📜  vue 路由器获取完整字符串查询 - TypeScript 代码示例

📅  最后修改于: 2022-03-11 14:48:17.084000             🧑  作者: Mango

代码示例1
const stringQuery = route.fullPath.split('?')[1] || ''