Files
own-workspace/src/main.js
T
RemiSaurel 8c22caa124 init
2022-06-04 22:18:35 +02:00

9 lines
136 B
JavaScript

import Vue from 'vue'
import App from './App.vue'
Vue.config.productionTip = false
new Vue({
render: h => h(App),
}).$mount('#app')