This commit is contained in:
clay
2021-12-28 23:16:36 +08:00
parent 3d1e97f1df
commit b85d353e84
44 changed files with 595 additions and 85 deletions

View File

@@ -24,6 +24,11 @@ const routes = [
name: 'EduTeach',
component: () => import(/* webpackChunkName: "about" */ '../views/edu_teach/index')
},
{
path: '/h',
name: 'EduTeach',
component: () => import(/* webpackChunkName: "about" */ '../components/HelloWorld')
},
]
const router = new VueRouter({