enforce semicolons

This commit is contained in:
busti 2019-11-13 22:20:41 +01:00
parent 697a3f184f
commit 8b82069a03
6 changed files with 11228 additions and 4 deletions

View file

@ -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');