mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-08 15:15:02 -04:00
feat: ✨ Add tool uuid-converter
This commit is contained in:
parent
093ff311fd
commit
94eb67b4ab
12 changed files with 15155 additions and 17 deletions
13
src/tools/uuid-converter/index.ts
Normal file
13
src/tools/uuid-converter/index.ts
Normal file
|
@ -0,0 +1,13 @@
|
|||
import { Replace } from '@vicons/tabler';
|
||||
import { defineTool } from '../tool';
|
||||
import { translate } from '@/plugins/i18n.plugin';
|
||||
|
||||
export const tool = defineTool({
|
||||
name: translate('tools.uuid-converter.title'),
|
||||
path: '/uuid-converter',
|
||||
description: translate('tools.uuid-converter.description'),
|
||||
keywords: ['uuid', 'converter', 'guid', 'sql'],
|
||||
component: () => import('./uuid-converter.vue'),
|
||||
icon: Replace,
|
||||
createdAt: new Date('2023-11-08'),
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue