ITADN

Use HTML fragments for slots

#229OpenTheJaredWilcurt 创建于 2025-08-15
T
TheJaredWilcurtcommented
Currently we use `<span v-html="slot"></span>`, instead use an HTML Fragment: * https://stackoverflow.com/questions/67769477/render-v-html-without-extra-wrapping-tag/79736863#79736863
0 条评论