dengjie commit : tabbar 初始样式

This commit is contained in:
clay
2022-12-04 20:00:18 +08:00
parent cc9c7ec0ea
commit 424b344645
21 changed files with 731 additions and 74 deletions

View File

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