diff --git a/doc/selectbutton/BasicDoc.vue b/doc/selectbutton/BasicDoc.vue index cc309c4e9..408fa0de4 100644 --- a/doc/selectbutton/BasicDoc.vue +++ b/doc/selectbutton/BasicDoc.vue @@ -15,8 +15,8 @@ export default { data() { return { - value: 'Off', - options: ['Off', 'On'], + value: 'One-Way', + options: ['One-Way', 'Return'], code: { basic: ` @@ -32,8 +32,8 @@ export default { export default { data() { return { - value: 'Off', - options: ['Off', 'On'] + value: 'One-Way', + options: ['One-Way', 'Return'] } } }; @@ -49,8 +49,8 @@ export default {