// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`renders ./components/popconfirm/demo/basic.vue correctly 1`] = `<a href="#">Delete</a>`;
exports[`renders ./components/popconfirm/demo/dynamic-trigger.vue correctly 1`] = `
<div>
<!----><a href="#">Delete a task</a><br><br> Whether directly execute: <label class="ant-checkbox-wrapper ant-checkbox-wrapper-checked"><span class="ant-checkbox ant-checkbox-checked"><input type="checkbox" class="ant-checkbox-input"><span class="ant-checkbox-inner"></span></span>
<!---->
</label>
</div>
`;
exports[`renders ./components/popconfirm/demo/icon.vue correctly 1`] = `<a href="#">Delete</a>`;
exports[`renders ./components/popconfirm/demo/local.vue correctly 1`] = `<a href="#">Delete</a>`;
exports[`renders ./components/popconfirm/demo/placement.vue correctly 1`] = `
<div id="components-a-popconfirm-demo-placement">
<div style="margin-left: 70px; white-space: nowrap;">
<!----><button class="ant-btn ant-btn-default" type="button">
<!----><span>TL</span>
</button>
<!----><span>Top</span>
<!----><span>TR</span>
<div style="width: 70px; float: left;">
<!----><span>LT</span>
<!----><span>Left</span>
<!----><span>LB</span>
<div style="width: 70px; margin-left: 304px;">
<!----><span>RT</span>
<!----><span>Right</span>
<!----><span>RB</span>
<div style="margin-left: 70px; clear: both; white-space: nowrap;">
<!----><span>BL</span>
<!----><span>Bottom</span>
<!----><span>BR</span>
exports[`renders ./components/popconfirm/demo/promise.vue correctly 1`] = `
<button class="ant-btn ant-btn-primary" type="button">
<!----><span>Open Popconfirm with Promise</span>