引入uView作为ui框架

This commit is contained in:
dengxin
2024-02-06 15:49:51 +08:00
parent 73c3a4abbf
commit 4d9c3ddf5f
372 changed files with 38505 additions and 0 deletions

View File

@@ -2,6 +2,8 @@ import Vue from 'vue'
import store from './store';
import App from './App'
import util from './untils/func.js'
import uView from '@/uni_modules/uview-ui'
// 注册全局组件
// import MescrollBody from "@/components/mescroll-uni/mescroll-body.vue"
// import MescrollUni from "@/components/mescroll-uni/mescroll-uni.vue"
@@ -21,6 +23,7 @@ Vue.component('cs-button', CSButton)
Vue.config.productionTip = false
Vue.use(util)
Vue.use(uView)
App.mpType = 'app'
const app = new Vue({