From a05ce64d721498a162f5574c7836eada6dfa374e Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Thu, 30 May 2024 02:18:47 +0300 Subject: [PATCH] Update radio samples --- doc/radiobutton/DynamicDoc.vue | 1 - doc/radiobutton/FilledDoc.vue | 14 +++++++------- doc/radiobutton/InvalidDoc.vue | 20 +++++++++++++++----- 3 files changed, 22 insertions(+), 13 deletions(-) diff --git a/doc/radiobutton/DynamicDoc.vue b/doc/radiobutton/DynamicDoc.vue index fb657da78..d529ee5a9 100644 --- a/doc/radiobutton/DynamicDoc.vue +++ b/doc/radiobutton/DynamicDoc.vue @@ -30,7 +30,6 @@ export default { - `, options: ` @@ -12,15 +12,15 @@ export default { data() { return { - checked: false, + value: null, code: { basic: ` - + `, options: ` @@ -28,7 +28,7 @@ export default { export default { data() { return { - checked: true + value: null } } } @@ -37,14 +37,14 @@ export default { composition: `