|
@@ -3,13 +3,12 @@ import App from './App'
|
|
|
// #ifndef VUE3
|
|
|
import Vue from 'vue'
|
|
|
Vue.config.productionTip = false;
|
|
|
-
|
|
|
+//组件库
|
|
|
import uView from '@/uni_modules/uview-ui'
|
|
|
Vue.use(uView)
|
|
|
-
|
|
|
+//colorui 自定义顶部nav
|
|
|
import cuCustom from './colorui/components/cu-custom.vue'
|
|
|
-Vue.component('cu-custom',cuCustom)
|
|
|
-
|
|
|
+Vue.component('cu-custom', cuCustom)
|
|
|
//挂载接口
|
|
|
import {
|
|
|
ApiModel
|
|
@@ -27,8 +26,6 @@ app.$mount()
|
|
|
import {
|
|
|
createSSRApp
|
|
|
} from 'vue'
|
|
|
-import cuCustom from './colorui/components/cu-custom.vue'
|
|
|
-Vue.component('cu-custom', cuCustom)
|
|
|
export function createApp() {
|
|
|
const app = createSSRApp(App)
|
|
|
return {
|