关键词搜索

全站搜索
×
密码登录在这里
×
注册会员

已有账号? 请点击

忘记密码

已有账号? 请点击

使用其他方式登录

小程序自定义组件报错:Some selectors are not allowed in component wxss, including tag name selectors

发布2022-05-26 浏览9014次

详情内容

小程序自定义组件报错ome selectors are not allowed in component wxss, including tag name selectors...意思就是自定义组件里使用不了不合法的标签或wxss样式里使用不合规的样式属性或选择器。

VM3564:1 Some selectors are not allowed in component wxss, including tag name selectors, ID selectors, and attribute selectors.(./components/componentLabel/index.wxss:3:1)This wxss file is ignored.

以上错误是由于违反了自定义组件的一些特殊规则所致。
以上英文翻译:组件的wxss文件中禁止使用 标签名选择器,id选择器和属性选择器;

经查文档,有明确说明:
在这里插入图片描述
将禁用的选择器用 类选择器 代替后,代码无报错;经测试,使用 id选择器 和 属性选择器 会出现上述错误。而 标签名选择器 并未出现。

//错误样式
.btn view{}
.btn > view{}

子元素下view必须加class.

点击QQ咨询
开通会员
上传资源赚钱
返回顶部
×
  • 微信支付
  • 支付宝付款
扫码支付
微信扫码支付
请使用微信描二维码支付
×

提示信息

×

选择支付方式

  • 微信支付
  • 支付宝付款
确定支付下载