linting and formating. renamed canvas component

This commit is contained in:
Gator
2022-11-29 17:31:01 +01:00
parent ceee7f13d7
commit d201a73ede
22 changed files with 549 additions and 649 deletions

View File

@ -1,10 +1,10 @@
import Vue from 'vue'
import App from './App.vue'
import store from './store'
import Vue from "vue";
import App from "./App.vue";
import store from "./store";
Vue.config.productionTip = false
Vue.config.productionTip = false;
new Vue({
store,
render: h => h(App)
}).$mount('#app')
render: (h) => h(App),
}).$mount("#app");