diff --git a/components/config-provider/demo/size.vue b/components/config-provider/demo/size.vue index 21b731c527..42657e6b6d 100644 --- a/components/config-provider/demo/size.vue +++ b/components/config-provider/demo/size.vue @@ -94,3 +94,8 @@ export default defineComponent({ }, }); + diff --git a/components/message/__tests__/__snapshots__/demo.test.js.snap b/components/message/__tests__/__snapshots__/demo.test.js.snap index 545f76283b..e7b0817ada 100644 --- a/components/message/__tests__/__snapshots__/demo.test.js.snap +++ b/components/message/__tests__/__snapshots__/demo.test.js.snap @@ -25,13 +25,20 @@ exports[`renders ./components/message/demo/loading.vue correctly 1`] = ` `; exports[`renders ./components/message/demo/other.vue correctly 1`] = ` -
+
+
+ +
+ +
+ +
`; exports[`renders ./components/message/demo/thenable.vue correctly 1`] = ` diff --git a/components/message/demo/other.vue b/components/message/demo/other.vue index 232ea24376..c5a4314755 100644 --- a/components/message/demo/other.vue +++ b/components/message/demo/other.vue @@ -17,11 +17,11 @@ Messages of success, error and warning types.