引入 uview 组件

This commit is contained in:
YunaiV
2021-11-27 20:09:13 +08:00
parent 2da6a746e4
commit 002aea34ae
13 changed files with 911 additions and 63 deletions

View File

@ -1,5 +1,8 @@
import App from './App'
import uView from '@/uni_modules/uview-ui'
Vue.use(uView)
// 全局 Mixin
import mixin from './common/mixin/mixin'
Vue.mixin(mixin)