自定义的组件:
<common-select text=""></common-select>
props: {
text: {
type: String,
default: () => {
return ""
}
}
}
官方的组件 依然有这个问题
如:<uni-badge text=""></uni-badge>
当text传空字符串时,组件内的值为true