diff options
author | 2023-04-15 02:10:28 +0200 | |
---|---|---|
committer | 2023-04-15 21:47:00 +0200 | |
commit | 0fd99deca954385091b2528ae478d121efdcfa0e (patch) | |
tree | 7f538c61a683c5b81b331249e14546f607523478 /src/components/SearchBar.vue | |
parent | f7a1383da52bce77a3dfd2764f452edc929779cc (diff) | |
download | it-tools-ssg.tar.gz it-tools-ssg.tar.zst it-tools-ssg.zip |
wipssg
Diffstat (limited to 'src/components/SearchBar.vue')
-rw-r--r-- | src/components/SearchBar.vue | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/SearchBar.vue b/src/components/SearchBar.vue index 78d6fd7..0485223 100644 --- a/src/components/SearchBar.vue +++ b/src/components/SearchBar.vue @@ -7,7 +7,6 @@ import { SearchRound } from '@vicons/material'; import { useMagicKeys, whenever } from '@vueuse/core'; import type { NInput } from 'naive-ui'; import { computed, h, ref } from 'vue'; -import { useRouter } from 'vue-router'; import SearchBarItem from './SearchBarItem.vue'; const toolToOption = (tool: Tool) => ({ label: tool.name, value: tool.path, tool }); |