diff --git a/components/switch/demo/basic.vue b/components/switch/demo/basic.vue index af7d01376..076d7b4ea 100644 --- a/components/switch/demo/basic.vue +++ b/components/switch/demo/basic.vue @@ -19,7 +19,8 @@ The most basic usage. + diff --git a/components/switch/demo/size.vue b/components/switch/demo/size.vue index 7bc968758..145345d71 100644 --- a/components/switch/demo/size.vue +++ b/components/switch/demo/size.vue @@ -27,6 +27,6 @@ title: import { reactive } from 'vue'; const state = reactive({ checked1: true, - checked2: false, + checked2: true, }); diff --git a/components/switch/demo/text.vue b/components/switch/demo/text.vue index e1e8a6450..517347134 100644 --- a/components/switch/demo/text.vue +++ b/components/switch/demo/text.vue @@ -18,7 +18,7 @@ With text and icon.