mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-09 19:06:46 +08:00
9 lines
212 B
JavaScript
9 lines
212 B
JavaScript
export default {
|
||
// #ifdef MP-WEIXIN
|
||
// 将自定义节点设置成虚拟的,更加接近Vue组件的表现,能更好的使用flex属性
|
||
options: {
|
||
virtualHost: true
|
||
}
|
||
// #endif
|
||
}
|