增加歌曲命名格式选项

This commit is contained in:
smdev
2020-02-04 18:24:53 +08:00
parent 211b4e0206
commit 9c6af8ff9c
6 changed files with 29 additions and 1 deletions

View File

@@ -1,8 +1,11 @@
import Vue from 'vue'
import { Radio } from 'element-ui'
import App from './App.vue'
import './registerServiceWorker'
import './plugins/element.js'
Vue.component(Radio.name, Radio)
// only if your build system can import css, otherwise import it wherever you would import your css.
Vue.config.productionTip = false;