Use "~" as a route namespace symbol
This commit is contained in:
parent
3d968e31da
commit
ae8f0f36d8
9 changed files with 1321 additions and 663 deletions
|
@ -12,7 +12,7 @@ describe('routes', () => {
|
|||
})
|
||||
|
||||
it('root path', () => {
|
||||
router.push('/p/main/all')
|
||||
router.push('/~/main/all')
|
||||
|
||||
const matchedComponents = router.getMatchedComponents()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue