Commit e4df6230 authored by luo ying's avatar luo ying

报错

parent 44bfd24b
...@@ -166,23 +166,16 @@ Vue.component("Pictrue", Pictrue) ...@@ -166,23 +166,16 @@ Vue.component("Pictrue", Pictrue)
Vue.component("WordTree", WordTree) Vue.component("WordTree", WordTree)
Vue.component("Actions", Actions) Vue.component("Actions", Actions)
Vue.component("DateRange", DateRange) Vue.component("DateRange", DateRange)
Vue.component("Life", Life) << Vue.component("Life", Life)
<< << < HEAD
Vue.component("FilesViewer", FilesViewer) Vue.component("FilesViewer", FilesViewer)
Vue.use(Contextmenu);
//注入mock
// require("../mock")
===
=== =
Vue.component("FilesViewer", FilesViewer) Vue.component("FilesViewer", FilesViewer)
Vue.component("Vcard", Vcard) Vue.component("Vcard", Vcard)
Vue.component("BtnBox", BtnBox) Vue.component("BtnBox", BtnBox)
Vue.component("RightM", RightM) Vue.component("RightM", RightM)
//注入mock Vue.use(Contextmenu);
// require("../mock")
>>> //注入mock
>>> > mesui_20201104 // require("../mock")
Vue.prototype.$api = request; Vue.prototype.$api = request;
Vue.prototype.$http = Api; Vue.prototype.$http = Api;
Vue.prototype.$u = Henq; Vue.prototype.$u = Henq;
......
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