We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9767340 commit a71bf1dCopy full SHA for a71bf1d
components/message/__tests__/__snapshots__/demo.test.js.snap
@@ -12,6 +12,14 @@ exports[`renders ./components/message/demo/duration.vue correctly 1`] = `
12
</button>
13
`;
14
15
+exports[`renders ./components/message/demo/hook.vue correctly 1`] = `
16
+<!--teleport start-->
17
+<!--teleport end-->
18
+<button class="ant-btn ant-btn-primary" type="button">
19
+ <!----><span>Display normal message</span>
20
+</button>
21
+`;
22
+
23
exports[`renders ./components/message/demo/info.vue correctly 1`] = `
24
<button class="ant-btn ant-btn-primary" type="button">
25
<!----><span>Display normal message</span>
0 commit comments