微信小程序 组件引用wxss样式警告Some selectors are not allowed in component wxss, including tag name selectors, ID
问题:微信小程序 自定义组件引用wxss样式报警告;“VM62:1 Some selectors are not allowed in component wxss, including tag name selectors, ID selectors, and attribute selectors”原因:自定义组件,wxss文件中禁止使用 标签名选择器,id选择器和属性选择器;解决方案:用类选
·
问题:
微信小程序 自定义组件引用wxss样式报警告;
“VM62:1 Some selectors are not allowed in component wxss, including tag name selectors, ID selectors, and attribute selectors”

原因:
自定义组件,wxss文件中禁止使用 标签名选择器,id选择器和属性选择器;
解决方案:
用类选择器代替即可;
更多推荐



所有评论(0)