42 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			Plaintext
		
	
	
			
		
		
	
	
			42 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			Plaintext
		
	
	
// 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>
 | 
						|
`;
 |