mirror of
https://github.com/cuiocean/ZY-Player.git
synced 2026-07-01 17:16:11 +08:00
add new files and remove some files
This commit is contained in:
10
src/plugins/element.ts
Normal file
10
src/plugins/element.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import Vue from 'vue'
|
||||
import { Button, Container, Row, Col, Header, Aside, Main } from 'element-ui'
|
||||
|
||||
Vue.use(Container)
|
||||
Vue.use(Row)
|
||||
Vue.use(Col)
|
||||
Vue.use(Header)
|
||||
Vue.use(Aside)
|
||||
Vue.use(Main)
|
||||
Vue.use(Button)
|
||||
Reference in New Issue
Block a user