mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-23 19:37:23 +08:00
tag and installer&updater use english
This commit is contained in:
Vendored
+10
@@ -89,6 +89,16 @@ const router = createRouter({
|
||||
name: 'setting',
|
||||
component: () => import('../views/setting/index.vue')
|
||||
},
|
||||
{
|
||||
path: '/tag',
|
||||
name: 'tag',
|
||||
component: () => import('../views/tag/index.vue')
|
||||
},
|
||||
{
|
||||
path: '/tag-form',
|
||||
name: 'tag-form',
|
||||
component: () => import('../views/tag/form.vue')
|
||||
},
|
||||
]
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user