feat: 增加用户注册功能

This commit is contained in:
xiongxiaoyang
2022-05-19 18:09:46 +08:00
parent 8668ee30ee
commit a0c07b52f9
6 changed files with 239 additions and 18 deletions

View File

@ -14,6 +14,11 @@ const router = createRouter({
name: 'home',
component: () => import('@/views/Home')
},
{
path: '/register',
name: 'register',
component: () => import('@/views/Register')
},
{
path: '/news/:id',
name: 'news',