mirror of
https://git.um-react.app/um/web.git
synced 2025-12-13 02:33:01 +00:00
增加歌曲命名格式选项
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user