lljj-x / vue-json-schema-form

基于Vue/Vue3,Json Schema 和 ElementUi/antd/iview3/naiveUi 等生成 HTML Form 表单,用于活动编辑器、h5编辑器、cms等数据配置;支持可视化生成表单Schema 。 Generate a form using Vue/Vue3, Json Schema and ElementUi/antdv/iview3/naiveUi
https://form.lljj.me/
Apache License 2.0
2.06k stars 420 forks source link

Render label with html syntax inside #281

Closed BossHogg97 closed 1 year ago

BossHogg97 commented 1 year ago

Hi, i'm working with vue3 and Naive UI. I need to render a label with html inside containing superscript and subscript. Is there a way to solve this problem?

This is the actual result: image

Thanks

lljj-x commented 1 year ago

Not supported now

description can use html code

BossHogg97 commented 1 year ago

In description field i can directly use the html code and is converted into subscript or superscript string?C

Are you planning to release this feature? Thanks

BossHogg97 commented 1 year ago

Hi, i found a possible solution for my problem. Instead of use HTML to render subscript i use unicode and is working ;)