mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-21 23:36:15 -04:00
wip
This commit is contained in:
parent
f7a1383da5
commit
0fd99deca9
18 changed files with 602 additions and 325 deletions
|
@ -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 });
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue