You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
unblock-music-web/src/main.js

11 lines
199 B
JavaScript

5 years ago
import Vue from 'vue'
import App from './App.vue'
import './registerServiceWorker'
5 years ago
import './plugins/element.js'
5 years ago
Vue.config.productionTip = false
new Vue({
render: h => h(App),
}).$mount('#app')