uni-app微信小程序样式穿透
添加options配置
export default {
options: {
styleIsolation: 'shared',
},
name: 'DynamicFormItem',
components: {
selectDialog,
},
}
添加options配置
export default {
options: {
styleIsolation: 'shared',
},
name: 'DynamicFormItem',
components: {
selectDialog,
},
}