diff --git a/docs/examples-dist/popup.vue b/docs/examples-dist/popup.vue index 1fc5a986a..6ba4e8536 100644 --- a/docs/examples-dist/popup.vue +++ b/docs/examples-dist/popup.vue @@ -61,7 +61,7 @@ } .zan-popup-4, - .zan-popup-4 { + .zan-popup-5 { width: 100%; height: 100%; } diff --git a/docs/examples-dist/switch.vue b/docs/examples-dist/switch.vue index 2c07c2cac..bec31fbe1 100644 --- a/docs/examples-dist/switch.vue +++ b/docs/examples-dist/switch.vue @@ -1,41 +1,34 @@ switch - - - {{switchStateText}} - - - - ON, DISABLED - - - - OFF, DISABLED - - - - ON, LOADING - - - - OFF, LOADING - + +{{ this.switchState ? ' ON' : 'OFF' }} + + + +ON, DISABLED + + +OFF, DISABLED + + + +ON, LOADING + + +OFF, LOADING +