6 lines
309 B
Plaintext
6 lines
309 B
Plaintext
|
|
<t-radio-group t-class="theme-card" default-value="radio1">
|
||
|
|
<t-radio label="单选" value="radio1" default-checked />
|
||
|
|
<t-radio label="单选" value="radio2" />
|
||
|
|
<t-radio label="单选标题多行单选标题多行单选标题多行单选标题多行单选标题多行" value="radio3" />
|
||
|
|
</t-radio-group>
|