2018-05-15 01:52:44 +00:00
|
|
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
|
2022-01-01 02:34:37 +00:00
|
|
|
exports[`renders ./components/message/demo/custom-style.vue correctly 1`] = `
|
|
|
|
<button class="ant-btn" type="button">
|
|
|
|
<!----><span>Customized style</span>
|
|
|
|
</button>
|
|
|
|
`;
|
|
|
|
|
2021-09-25 08:51:32 +00:00
|
|
|
exports[`renders ./components/message/demo/duration.vue correctly 1`] = `
|
2020-08-14 03:16:18 +00:00
|
|
|
<button class="ant-btn" type="button">
|
2020-08-31 09:16:16 +00:00
|
|
|
<!----><span>Customized display duration</span>
|
|
|
|
</button>
|
2020-08-14 03:16:18 +00:00
|
|
|
`;
|
2018-05-15 01:52:44 +00:00
|
|
|
|
2021-09-25 08:51:32 +00:00
|
|
|
exports[`renders ./components/message/demo/info.vue correctly 1`] = `
|
2020-08-14 03:16:18 +00:00
|
|
|
<button class="ant-btn ant-btn-primary" type="button">
|
2020-08-31 09:16:16 +00:00
|
|
|
<!----><span>Display normal message</span>
|
|
|
|
</button>
|
2020-08-14 03:16:18 +00:00
|
|
|
`;
|
2018-05-15 01:52:44 +00:00
|
|
|
|
2021-09-25 08:51:32 +00:00
|
|
|
exports[`renders ./components/message/demo/loading.vue correctly 1`] = `
|
2020-08-14 03:16:18 +00:00
|
|
|
<button class="ant-btn" type="button">
|
2020-08-31 09:16:16 +00:00
|
|
|
<!----><span>Display a loading indicator</span>
|
|
|
|
</button>
|
2020-08-14 03:16:18 +00:00
|
|
|
`;
|
2018-05-15 01:52:44 +00:00
|
|
|
|
2021-09-25 08:51:32 +00:00
|
|
|
exports[`renders ./components/message/demo/other.vue correctly 1`] = `
|
2022-03-27 02:33:18 +00:00
|
|
|
<div class="ant-space ant-space-horizontal ant-space-align-center">
|
|
|
|
<div class="ant-space-item" style="margin-right: 8px;"><button class="ant-btn" type="button">
|
|
|
|
<!----><span>Success</span>
|
|
|
|
</button></div>
|
|
|
|
<!---->
|
|
|
|
<div class="ant-space-item" style="margin-right: 8px;"><button class="ant-btn" type="button">
|
|
|
|
<!----><span>Error</span>
|
|
|
|
</button></div>
|
|
|
|
<!---->
|
|
|
|
<div class="ant-space-item"><button class="ant-btn" type="button">
|
|
|
|
<!----><span>Warning</span>
|
|
|
|
</button></div>
|
|
|
|
<!---->
|
|
|
|
</div>
|
2020-08-14 03:16:18 +00:00
|
|
|
`;
|
2018-09-05 13:28:54 +00:00
|
|
|
|
2021-09-25 08:51:32 +00:00
|
|
|
exports[`renders ./components/message/demo/thenable.vue correctly 1`] = `
|
2020-08-14 03:16:18 +00:00
|
|
|
<button class="ant-btn" type="button">
|
2020-08-31 09:16:16 +00:00
|
|
|
<!----><span>Display a sequence of message</span>
|
|
|
|
</button>
|
2020-08-14 03:16:18 +00:00
|
|
|
`;
|
2020-03-07 11:45:13 +00:00
|
|
|
|
2021-09-25 08:51:32 +00:00
|
|
|
exports[`renders ./components/message/demo/update.vue correctly 1`] = `
|
2020-08-14 03:16:18 +00:00
|
|
|
<button class="ant-btn ant-btn-primary" type="button">
|
2022-01-01 02:34:37 +00:00
|
|
|
<!----><span>Open the message box (update by key)</span>
|
2022-02-14 01:26:18 +00:00
|
|
|
</button><br><br><button class="ant-btn ant-btn-primary" type="button">
|
2022-01-01 02:34:37 +00:00
|
|
|
<!----><span>Open the message box (update by reactive)</span>
|
2020-08-31 09:16:16 +00:00
|
|
|
</button>
|
2020-08-14 03:16:18 +00:00
|
|
|
`;
|