update RadioGroup update value action (#255)

Signed-off-by: Andy Lee <andy.lee@suse.com>
This commit is contained in:
Andy Lee 2025-04-17 15:26:07 +08:00 committed by GitHub
parent 2993ddb82c
commit 74300f24b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -59,7 +59,7 @@ export default {
name="model"
:options="[true,false]"
:labels="[t('generic.enabled'), t('generic.disabled')]"
@input="update"
@update:value="update"
/>
<LabeledInput

View File

@ -233,7 +233,7 @@ export default {
:disabled="isEdit || isView"
:mode="mode"
row
@input="onTypeChange"
@update:value="onTypeChange"
/>
</div>
<div class="row mb-30">

View File

@ -65,7 +65,7 @@ export default {
:labels="[t('generic.disabled'),t('generic.enabled')]"
:options="[false, true]"
:disabled="disabled"
@input="onToggle"
@update:value="onToggle"
/>
</div>
</div>