소스 검색

挂载colorui自定义nav

xiaohaizhao 2 년 전
부모
커밋
322845da3b
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      main.js

+ 3 - 0
main.js

@@ -7,6 +7,9 @@ Vue.config.productionTip = false;
 import uView from '@/uni_modules/uview-ui'
 Vue.use(uView)
 
+import cuCustom from './colorui/components/cu-custom.vue'
+Vue.component('cu-custom',cuCustom)
+
 //挂载接口
 import {
   ApiModel