|
@@ -9,6 +9,9 @@ Vue.use(uView)
|
|
|
//colorui 自定义顶部nav
|
|
//colorui 自定义顶部nav
|
|
|
import cuCustom from './colorui/components/cu-custom.vue'
|
|
import cuCustom from './colorui/components/cu-custom.vue'
|
|
|
Vue.component('cu-custom', cuCustom)
|
|
Vue.component('cu-custom', cuCustom)
|
|
|
|
|
+import timeHorizon from './components/timeHorizon'
|
|
|
|
|
+Vue.component('time-horizon', timeHorizon)
|
|
|
|
|
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|