|
@@ -14,12 +14,14 @@ import 'vue-video-player/src/custom-theme.css' //vue-video-player的样式
|
|
|
import VueCookies from 'vue-cookies'
|
|
|
import Viewer from 'v-viewer'
|
|
|
import 'viewerjs/dist/viewer.css'
|
|
|
+import Clipboard from "clipboard";
|
|
|
|
|
|
|
|
|
Vue.use(VideoPlayer).use(VueCookies).use(Viewer)
|
|
|
Vue.config.productionTip = false
|
|
|
Vue.prototype.$store = store; // 将store实例挂在vue原型上
|
|
|
Vue.prototype.ajax = ajax
|
|
|
+Vue.prototype.Clipboard = Clipboard
|
|
|
Vue.prototype.$message = Message
|
|
|
Vue.prototype.$loading = Loading
|
|
|
Vue.prototype.openLoading = function(target) {
|