first commit from template
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
import Vue from 'vue'
|
||||
import Router from 'vue-router'
|
||||
|
||||
import Home from 'pages/Home'
|
||||
|
||||
Vue.use(Router)
|
||||
|
||||
const routes = [
|
||||
{
|
||||
path: '*',
|
||||
component: Home
|
||||
}
|
||||
]
|
||||
|
||||
export default new Router({
|
||||
routes
|
||||
})
|
||||
Reference in New Issue
Block a user