opentiny / tiny-vue

TinyVue is an enterprise-class UI component library of OpenTiny community, support both Vue.js 2 and Vue.js 3, as well as PC and mobile.
https://opentiny.design/tiny-vue
MIT License
1.54k stars 253 forks source link

🐛 [Bug]: 自定义类名拼接问题 #1941

Open iYathin opened 3 weeks ago

iYathin commented 3 weeks ago

Version

3.18.0

Vue Version

3.4.38

Link to minimal reproduction

`

{{ smsBtnLoading ? '获取中' : frozenSeconds === -1 ? smsCodeBtnText : frozenSeconds + 's' }}

`

Step to reproduce

2 3 formItem 组件里面节点使用自定义类名时,和组件的类名拼接在一起了

What is expected

No response

What is actually happening

No response

What is your project name

Yukisoft

Any additional comments (optional)

No response

Issues-translate-bot commented 3 weeks ago

Bot detected the issue body's language is not English, translate it automatically.


Title: 🐛 [Bug]: Custom class name splicing problem