feat: troubleshooting page
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 7s
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 7s
This commit is contained in:
parent
8c9e9abc18
commit
21699b14c5
8 changed files with 97 additions and 24 deletions
|
|
@ -155,6 +155,16 @@ const routes: RouteRecordRaw[] = [
|
|||
name: 'ManualView',
|
||||
component: () => import('pages/00_manual/ViewPage.vue'),
|
||||
},
|
||||
{
|
||||
path: '/troubleshooting',
|
||||
name: 'Troubleshooting',
|
||||
component: () => import('pages/00_manual/MainPage.vue'),
|
||||
},
|
||||
{
|
||||
path: '/troubleshooting/:category/:page',
|
||||
name: 'TroubleshootingView',
|
||||
component: () => import('pages/00_manual/ViewPage.vue'),
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue