mirror of
				https://github.com/soybeanjs/soybean-admin.git
				synced 2025-11-04 07:43:42 +08:00 
			
		
		
		
	feat(projects): tab support touch event
This commit is contained in:
		@@ -186,7 +186,7 @@ init();
 | 
			
		||||
            :active="tab.id === tabStore.activeTabId"
 | 
			
		||||
            :active-color="themeStore.themeColor"
 | 
			
		||||
            :closable="!tabStore.isTabRetain(tab.id)"
 | 
			
		||||
            @click="tabStore.switchRouteByTab(tab)"
 | 
			
		||||
            @pointerdown="tabStore.switchRouteByTab(tab)"
 | 
			
		||||
            @close="handleCloseTab(tab)"
 | 
			
		||||
            @contextmenu="handleContextMenu($event, tab.id)"
 | 
			
		||||
          >
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user