|
@@ -9,6 +9,14 @@ Vue.use(uView)
|
|
|
//colorui 自定义顶部nav
|
|
|
import cuCustom from './colorui/components/cu-custom.vue'
|
|
|
Vue.component('cu-custom', cuCustom)
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+//自定义组件
|
|
|
+import My_listbox from './components/My_listbox';
|
|
|
+Vue.component('My_listbox', My_listbox);
|
|
|
+import My_search from './components/My_search';
|
|
|
+Vue.component('My_search', My_search);
|
|
|
//挂载接口
|
|
|
import {
|
|
|
ApiModel
|