fix(projects): fix click menu search. fixed #466, close #467

This commit is contained in:
Soybean 2024-06-02 00:15:46 +08:00
parent 2aa85c6f93
commit 8efdb10d86

View File

@ -112,7 +112,7 @@ registerShortcut();
<div class="mt-20px">
<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>
<template #footer>
<SearchFooter v-if="!isMobile" />