格式化前端代码

This commit is contained in:
pixel
2021-06-11 12:01:10 +08:00
parent f0369ecf18
commit d9b7661946
4 changed files with 97 additions and 97 deletions

View File

@@ -3,7 +3,7 @@
*
* */
import Vue from 'vue'
import './element_lazy'
import './element_lazy' // 按需加载element
import uploader from 'vue-simple-uploader'
import APlayer from '@moefe/vue-aplayer'
// time line css
@@ -12,8 +12,8 @@ import '../../node_modules/timeline-vuejs/dist/timeline-vuejs.css'
import Bus from '@/utils/bus'
Vue.use(Bus)
Vue.use(APlayer, {
defaultCover: 'https://github.com/u3u.png',
productionTip: true
defaultCover: 'https://github.com/u3u.png',
productionTip: true
})
Vue.use(uploader)