mirror of
				https://github.com/soybeanjs/soybean-admin.git
				synced 2025-11-04 15:53:43 +08:00 
			
		
		
		
	@@ -112,7 +112,7 @@ registerShortcut();
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    <div class="mt-20px">
 | 
					    <div class="mt-20px">
 | 
				
			||||||
      <NEmpty v-if="resultOptions.length === 0" :description="$t('common.noData')" />
 | 
					      <NEmpty v-if="resultOptions.length === 0" :description="$t('common.noData')" />
 | 
				
			||||||
      <SearchResult v-else v-model:path="activePath" :options="resultOptions" @enter.prevent="handleEnter" />
 | 
					      <SearchResult v-else v-model:path="activePath" :options="resultOptions" @enter="handleEnter" />
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
    <template #footer>
 | 
					    <template #footer>
 | 
				
			||||||
      <SearchFooter v-if="!isMobile" />
 | 
					      <SearchFooter v-if="!isMobile" />
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user