enforce semicolons
This commit is contained in:
parent
697a3f184f
commit
8b82069a03
6 changed files with 11228 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
|||
import Vue from 'vue'
|
||||
import App from './App.vue'
|
||||
|
||||
Vue.config.productionTip = false
|
||||
Vue.config.productionTip = false;
|
||||
|
||||
new Vue({
|
||||
render: h => h(App),
|
||||
}).$mount('#app')
|
||||
}).$mount('#app');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue