-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
方括号语法编译转换产物错误 #68
Comments
可以提供一个例子让我复现一下吗? |
Taro vue3 组件中有动态class类似这样会出问题 |
@GuoliangWang |
但是能不能别影响其他的class啊😄 |
比如 px-[16px] 没有按照预期编译转换成 px--16px- 而是转换成了 px- 16px 。
但是这种情况是偶然出现。出现的必要但非充分条件是 另外某个代码文件里面className里面也使用了同样的类名 px-[16px]。
目前 px/py/ml 等都有出现上述情况。
环境是: [email protected] 版本
The text was updated successfully, but these errors were encountered: