mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-06 23:25:06 +08:00
引入 uview 组件
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user