mirror of
https://github.com/cuiocean/ZY-Player.git
synced 2026-02-10 22:15:12 +08:00
13 lines
308 B
JavaScript
13 lines
308 B
JavaScript
import Vue from 'vue'
|
|
import { Message, Button, Table, TableColumn, Tag, Input, Dialog, Form, FormItem, Switch } from 'element-ui'
|
|
Vue.use(Button)
|
|
Vue.use(Table)
|
|
Vue.use(TableColumn)
|
|
Vue.use(Tag)
|
|
Vue.use(Input)
|
|
Vue.use(Dialog)
|
|
Vue.use(Form)
|
|
Vue.use(FormItem)
|
|
Vue.use(Switch)
|
|
Vue.prototype.$message = Message
|