mirror of
https://github.com/simon987/music-graph-ui.git
synced 2025-12-20 01:35:57 +00:00
Update packages
This commit is contained in:
15
ui/src/router/index.js
Normal file
15
ui/src/router/index.js
Normal file
@@ -0,0 +1,15 @@
|
||||
import Vue from 'vue'
|
||||
import Router from 'vue-router'
|
||||
import HelloWorld from '@/components/HelloWorld'
|
||||
|
||||
Vue.use(Router)
|
||||
|
||||
export default new Router({
|
||||
routes: [
|
||||
{
|
||||
path: '/',
|
||||
name: 'HelloWorld',
|
||||
component: HelloWorld
|
||||
}
|
||||
]
|
||||
})
|
||||
Reference in New Issue
Block a user