tag and installer&updater use english

This commit is contained in:
xiaomlove
2022-03-08 15:08:56 +08:00
parent a56891132d
commit 718a57539d
67 changed files with 1149 additions and 104 deletions
+10
View File
@@ -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')
},
]
})