公告板
版本库
filestore
活动
搜索
登录
main
/
temporaryworker
小镇临时工
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
送货受理受理成功生成送货安排
zhangwei
2025-03-10
6dc59277cedc8c995b1c68807e40a6ee5903f0f4
[temporaryworker.git]
/
src
/
uni_modules
/
uview-plus
/
libs
/
mixin
/
mpMixin.js
1
2
3
4
5
6
7
8
9
10
11
12
import { defineMixin } from '../vue'
export const mpMixin = defineMixin({
// #ifdef MP-WEIXIN
// 将自定义节点设置成虚拟的,更加接近Vue组件的表现,能更好的使用flex属性
options: {
virtualHost: true
}
// #endif
})
export default mpMixin