uni-helper / vite-plugin-uni-tailwind

在 uni-app (vue3) 中使用 tailwindcss@3 原有语法开发小程序
MIT License
36 stars 3 forks source link

使用了:class的组件编译出来的class会携带转义符号 #37

Open 956632862 opened 5 months ago

956632862 commented 5 months ago

描述问题

如果组件使用了:class,再使用tw的语法 比如 mb-[13rpx]。这样子使用之后,class会出现以下的情况导致报错 7621715579532_ pic

复现

在组件使用了:class,再使用tw的语法 比如 mb-[13rpx]

系统信息

微信开发者工具 1.06

使用的包管理器

npm

核对

ModyQyW commented 5 months ago

:class 具体是怎么用的,能不能提供具体的代码而不是编译后的代码看看?