Tidy up, remove unused views and components
This commit is contained in:
parent
6fd12c0a98
commit
ff992c9115
5 changed files with 0 additions and 109 deletions
|
|
@ -1,10 +1,8 @@
|
|||
import Vue from 'vue'
|
||||
import App from './App.vue'
|
||||
import router from './router'
|
||||
|
||||
Vue.config.productionTip = false
|
||||
|
||||
new Vue({
|
||||
router,
|
||||
render: h => h(App)
|
||||
}).$mount('#app')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue