🚧 WIP: shortcut setting page

This commit is contained in:
PiEgg
2019-09-11 15:33:13 +08:00
parent f491209bd6
commit 1274893154
8 changed files with 203 additions and 32 deletions
+5
View File
@@ -92,6 +92,11 @@ export default new Router({
path: 'plugin',
component: require('@/pages/Plugin').default,
name: 'plugin'
},
{
path: 'shortcut-page',
component: require('@/pages/ShortCutPage').default,
name: 'shortcut-page'
}
]
},