mirror of
https://github.com/jeecgboot/jeecg-uniapp.git
synced 2025-10-14 22:34:07 +00:00
引入mescroll插件
This commit is contained in:
6
main.js
6
main.js
@@ -8,6 +8,12 @@ import configService from'./common/service/config.service.js'
|
||||
import router from './common/router'
|
||||
import {RouterMount} from './plugin/uni-simple-router/index.js'
|
||||
|
||||
//引入mescroll插件
|
||||
import MescrollBody from "@/components/mescroll-uni/mescroll-body.vue"
|
||||
import MescrollUni from "@/components/mescroll-uni/mescroll-uni.vue"
|
||||
Vue.component('mescroll-body', MescrollBody);
|
||||
Vue.component('mescroll-uni', MescrollUni);
|
||||
|
||||
// 注册缓存器
|
||||
Vue.use(MinCache,{timeout: 6})
|
||||
|
||||
|
Reference in New Issue
Block a user