mirror of
https://github.com/cuiocean/ZY-Player.git
synced 2026-02-14 16:06:48 +08:00
7 lines
120 B
JavaScript
7 lines
120 B
JavaScript
import Vue from 'vue'
|
|
import { Message, Pagination } from 'element-ui'
|
|
|
|
Vue.use(Pagination)
|
|
|
|
Vue.prototype.$m = Message
|