This commit is contained in:
Corentin Thomasset 2023-04-15 02:10:28 +02:00
parent f7a1383da5
commit 0fd99deca9
No known key found for this signature in database
GPG key ID: DBD997E935996158
18 changed files with 602 additions and 325 deletions

View file

@ -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 });