md功能实现

This commit is contained in:
simple321vip
2022-04-12 00:12:35 +08:00
parent fc2aa9d22b
commit 1c8c8264c2
6 changed files with 103 additions and 15 deletions
+5 -1
View File
@@ -73,7 +73,11 @@ const routes: Array<RouteRecordRaw> = [
{
path: "/feedback",
component: () => import('../view/blog/mdview.vue')
}
},
{
path: "/login",
component: () => import('../components/login/login.vue')
},
]