Skip to content

Commit f7e222b

Browse files
committed
Update the import from vueuse
1 parent 2ae4c5e commit f7e222b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

UI/components/SearchDialog.vue

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* @todo [ ] Integration test.
1111
* @todo [✔] Update the typescript.
1212
*/
13-
import { useFullscreen } from '@vueuse/core'
13+
import { useFullscreen, useMagicKeys, whenever } from '@vueuse/core'
1414
import type { ScrollbarInst } from "naive-ui";
1515
import { isWindows } from "~/utils/PlatformUtils";
1616
import type {
@@ -301,15 +301,15 @@ onMounted(() => {
301301
</NEl>
302302
<span class="opacity-70">{{
303303
t("searchDialog.toSelectTooltip")
304-
}}</span>
304+
}}</span>
305305
</div>
306306
<div class="flex items-center space-x-1">
307307
<NEl class="w-4 h-4 bg-[var(--code-color)] rounded flex-center">
308308
<Icon :name="ArrowSortIcon" size="12" />
309309
</NEl>
310310
<span class="opacity-70">{{
311311
t("searchDialog.toNavigateTooltip")
312-
}}</span>
312+
}}</span>
313313
</div>
314314
</NEl>
315315
</div>

0 commit comments

Comments
 (0)