oyjt / uniapp-vue3-template

使用uniapp+vite+vue3+uview-plus3.0 搭建的搭建的适合团队协作的快速开发模版
http://icnpath.com/uniapp-vue3-template/
MIT License
243 stars 55 forks source link

为什么项目中uview-plus组件样式要这样写才生效? #20

Closed EMRZZZ closed 3 months ago

EMRZZZ commented 3 months ago

image image 同一个vue文件,放到其他项目不需要加冒号和单引号就能正常使用 :size="'30rpx'" :color="'#59C0C1'”

oyjt commented 3 months ago

感谢反馈,这个问题已修复。 在uno.config.ts文件中修改相关的配置代码如下即可。

transformers.push(transformerAttributify({ ignoreAttributes: ['block'], deleteAttributes: false }));