请求二次封装

This commit is contained in:
”chenxuelian“
2022-12-04 16:37:54 +08:00
parent af24bcda87
commit 1172dc260c
3 changed files with 19 additions and 13 deletions

View File

@@ -1,6 +1,5 @@
import App from './App'
//引入uView-ui组件库注意这两行要放在 import Vue 之后)
// 引入uView-ui组件库注意这两行要放在 import Vue 之后)
import uView from 'uview-ui'
Vue.use(uView)
@@ -9,7 +8,7 @@ import Vue from 'vue'
Vue.config.productionTip = false
App.mpType = 'app'
const app = new Vue({
...App
...App
})
app.$mount()
// #endif
@@ -22,4 +21,4 @@ export function createApp() {
app
}
}
// #endif
// #endif