// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`renders ./components/tabs/demo/basic.vue correctly 1`] = `
  
  
    
      Content of Tab Pane 1
      Content of Tab Pane 2
      
        
      
     
   
 
`;
exports[`renders ./components/tabs/demo/card.vue correctly 1`] = `
`;
exports[`renders ./components/tabs/demo/card-top.vue correctly 1`] = `
  
    
    
      
        
          
        
        
          Content of Tab Pane 2
          Content of Tab Pane 2
          Content of Tab Pane 2
         
        
          
        
       
     
   
 
`;
exports[`renders ./components/tabs/demo/centered.vue correctly 1`] = `
  
  
    
      Content of Tab Pane 1
      Content of Tab Pane 2
      
        
      
     
   
 
`;
exports[`renders ./components/tabs/demo/custom-add-trigger.vue correctly 1`] = `
`;
exports[`renders ./components/tabs/demo/custom-tab-bar.vue correctly 1`] = `
  
    
    
      
        Content of Tab Pane 1
        Content of Tab Pane 2
        
          
        
       
     
   
 
`;
exports[`renders ./components/tabs/demo/disabled.vue correctly 1`] = `
`;
exports[`renders ./components/tabs/demo/editable-card.vue correctly 1`] = `
`;
exports[`renders ./components/tabs/demo/extra.vue correctly 1`] = `
`;
exports[`renders ./components/tabs/demo/icon.vue correctly 1`] = `
`;
exports[`renders ./components/tabs/demo/position.vue correctly 1`] = `
`;
exports[`renders ./components/tabs/demo/size.vue correctly 1`] = `
`;
exports[`renders ./components/tabs/demo/slide.vue correctly 1`] = `
`;