diff --git a/examples/sites/demos/pc/app/radio/group-options-composition-api.vue b/examples/sites/demos/pc/app/radio/group-options-composition-api.vue index ff9d7608e..ce516eb6a 100644 --- a/examples/sites/demos/pc/app/radio/group-options-composition-api.vue +++ b/examples/sites/demos/pc/app/radio/group-options-composition-api.vue @@ -1,5 +1,8 @@ + + diff --git a/examples/sites/demos/pc/app/radio/group-options.vue b/examples/sites/demos/pc/app/radio/group-options.vue index 40e30b1de..2591547fe 100644 --- a/examples/sites/demos/pc/app/radio/group-options.vue +++ b/examples/sites/demos/pc/app/radio/group-options.vue @@ -1,5 +1,10 @@ + + diff --git a/examples/sites/demos/pc/app/radio/webdoc/radio.js b/examples/sites/demos/pc/app/radio/webdoc/radio.js index 4637ffa30..2e478f3b5 100644 --- a/examples/sites/demos/pc/app/radio/webdoc/radio.js +++ b/examples/sites/demos/pc/app/radio/webdoc/radio.js @@ -24,12 +24,12 @@ export default { }, { 'demoId': 'group-options', - 'name': { 'zh-CN': '配置式单选组', 'en-US': 'Profile Radio Group' }, + 'name': { 'zh-CN': '单选组', 'en-US': 'Profile Radio Group' }, 'desc': { 'zh-CN': - '

通过 options 配置式渲染单选组。 options 的类型为 IRadioGroupOptions[] 。另外还提供 type 属性,配合 options 属性一起使用,默认值为 radio 。可以配置为 button ,配置后单选组将以按钮的形式展示。

\n', + '

通过 options 配置式渲染单选组。另外还提供 type 属性,配合 options 属性一起使用,默认值为 radio 。可以配置为 button ,配置后单选组将以按钮的形式展示。

\n', 'en-US': - '

Provides the options attribute to render radio groups by configuring object array data. This property eliminates the need to insert a <radio> or <radio-button> tag as a slot in the tag. \n\nThe options object array contains three fields: label , text , and events . \n\n The type attribute is also provided, which is used together with the options attribute. The default value is radio . You can also set this parameter to button . After the configuration, the radio group is displayed as a button.

\n' + '

Rendaer radio groups with options profile. In addition, the type attribute is provided, which is used together with the options attribute. The default value is radio. The option gooup is displayed as a button.

\n' }, 'codeFiles': ['group-options.vue'] },