Adjust spacing and imports.
This commit is contained in:
parent
53ee0c34c1
commit
31a8315590
1 changed files with 4 additions and 8 deletions
12
src/main.js
12
src/main.js
|
|
@ -1,10 +1,6 @@
|
|||
import Vue from 'vue'
|
||||
import App from './App.vue'
|
||||
import store from './store'
|
||||
import Vue from 'vue';
|
||||
import App from './App.vue';
|
||||
|
||||
Vue.config.productionTip = false
|
||||
Vue.config.productionTip = false;
|
||||
|
||||
new Vue({
|
||||
store,
|
||||
render: h => h(App)
|
||||
}).$mount('#app')
|
||||
new Vue({render: h => h(App)}).$mount('#app');
|
||||
Loading…
Add table
Add a link
Reference in a new issue