Commit 34c6d942 authored by xxx's avatar xxx

提交mui

parent 57b5c5f8
This diff is collapsed.
......@@ -10,9 +10,12 @@ import $ from 'jquery'
import './assets/icon/iconfont.css'
import ImouPlayer from "./components/ezuikit/js/imouplayer.js";
import cyberplayer from "./components/ezuikit/js/cyberplayer.js";
import mui from "./assets/js/mui.js"
Vue.prototype.$ = $;
Vue.prototype.mui = mui;
window.jQuery = $;
window.$ = $;
......
......@@ -66,6 +66,9 @@ export default {
// 获取用户名密码等Cookie
this.getCookie();
},
mounted() {
console.log(this.mui);
},
components: {
Keyboard
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment