Finish ncm qmc flac mp3

Finish UI
Add loading screen
Change PWA Config
Remove useless file
Load Element-UI on Demand
Fix deploy on sub-folder
This commit is contained in:
MengYX
2019-07-05 15:05:11 +08:00
parent 295925a823
commit 53d4b5efe5
13 changed files with 719 additions and 102 deletions

View File

@@ -3,8 +3,9 @@ import App from './App.vue'
import './registerServiceWorker'
import './plugins/element.js'
Vue.config.productionTip = false
// only if your build system can import css, otherwise import it wherever you would import your css.
Vue.config.productionTip = false;
new Vue({
render: h => h(App),
}).$mount('#app')
render: h => h(App),
}).$mount('#app');