You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
1.5 KiB
42 lines
1.5 KiB
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`renders ./components/app/demo/basic.vue correctly 1`] = `
|
|
<div class="ant-app">
|
|
<!--teleport start-->
|
|
<!--teleport end-->
|
|
<!--teleport start-->
|
|
<!--teleport end-->
|
|
<div class="ant-space ant-space-horizontal ant-space-align-center">
|
|
<div class="ant-space-item" style="margin-right: 8px;"><button class="ant-btn ant-btn-primary" type="button">
|
|
<!----><span>Open message</span>
|
|
</button></div>
|
|
<!---->
|
|
<div class="ant-space-item" style="margin-right: 8px;"><button class="ant-btn ant-btn-primary" type="button">
|
|
<!----><span>Open modal</span>
|
|
</button></div>
|
|
<!---->
|
|
<div class="ant-space-item"><button class="ant-btn ant-btn-primary" type="button">
|
|
<!----><span>Open notification</span>
|
|
</button></div>
|
|
<!---->
|
|
</div>
|
|
</div>
|
|
`;
|
|
|
|
exports[`renders ./components/app/demo/myPage.vue correctly 1`] = `
|
|
<div class="ant-space ant-space-horizontal ant-space-align-center">
|
|
<div class="ant-space-item" style="margin-right: 8px;"><button class="ant-btn ant-btn-primary" type="button">
|
|
<!----><span>Open message</span>
|
|
</button></div>
|
|
<!---->
|
|
<div class="ant-space-item" style="margin-right: 8px;"><button class="ant-btn ant-btn-primary" type="button">
|
|
<!----><span>Open modal</span>
|
|
</button></div>
|
|
<!---->
|
|
<div class="ant-space-item"><button class="ant-btn ant-btn-primary" type="button">
|
|
<!----><span>Open notification</span>
|
|
</button></div>
|
|
<!---->
|
|
</div>
|
|
`;
|