Navigation Test Page
Test Different Navigation Methods:
1. Direct NuxtLink:
Go to Dashboard (NuxtLink)2. BaseButton with 'to' prop:
3. Programmatic navigation:
4. Router.push:
Current Route Info:
{
"fullPath": "/test-navigation",
"hash": "",
"query": {},
"name": "test-navigation",
"path": "/test-navigation",
"params": {},
"matched": [
{
"path": "/test-navigation",
"name": "test-navigation",
"meta": {},
"props": {
"default": false
},
"children": [],
"instances": {},
"leaveGuards": {},
"updateGuards": {},
"enterCallbacks": {},
"components": {
"default": {
"__name": "test-navigation",
"__ssrInlineRender": true
}
}
}
],
"meta": {},
"href": "/test-navigation"
}Auth Store Info:
{
"isLoggedIn": false,
"canManageClasses": false
}