dashboard
repositories
filestore
activity
search
login
main
/
qxgIosUniapp
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Ui
yfx
2026-03-09
7077b474da35c859a045c536e10a58b5babe7d7e
[qxgIosUniapp.git]
/
uni_modules
/
uv-ui-tools
/
libs
/
mixin
/
mpMixin.js
1
2
3
4
5
6
7
8
export default {
// #ifdef MP-WEIXIN
// 将自定义节点设置成虚拟的(去掉自定义组件包裹层),更加接近Vue组件的表现,能更好的使用flex属性
options: {
virtualHost: true
}
// #endif
}