首次提交
This commit is contained in:
15
FrontCode2/sunshine_levy/src/router/index.js
Normal file
15
FrontCode2/sunshine_levy/src/router/index.js
Normal file
@@ -0,0 +1,15 @@
|
||||
import Vue from 'vue'
|
||||
import Router from 'vue-router'
|
||||
import home from '@/components/home'
|
||||
|
||||
Vue.use(Router)
|
||||
|
||||
export default new Router({
|
||||
routes: [
|
||||
{
|
||||
path: '/',
|
||||
name: 'home',
|
||||
component: home
|
||||
}
|
||||
]
|
||||
})
|
||||
Reference in New Issue
Block a user