最佳-6ren">
gpt4 book ai didi

vuejs2 - 如何在 v-radio 标签中设置 HTML

转载 作者:行者123 更新时间:2023-12-01 10:20:50 26 4
gpt4 key购买 nike

我检查了 documentationv-radio组件,但没有找到设置 label 的方法里面有 HTML。有谁知道是否有办法做到这一点?

<v-radio  label="Some <b>text</b>" value="some-value"></v-radio>

最佳答案

有一个label插槽为此。
因此,如果您需要 html 标签,请不要使用 prop。

codepen

<v-radio value="radio-1">
<template slot="label">
Vuetify is actually&nbsp;<b>Awesome</b>
</template>
</v-radio>

关于vuejs2 - 如何在 v-radio 标签中设置 HTML,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52874920/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com