mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-10 08:05:00 -04:00
feat: Synchronous Update
This commit is contained in:
commit
e7ccf65fe5
95 changed files with 8870 additions and 5322 deletions
13
src/tools/json-to-xml/index.ts
Normal file
13
src/tools/json-to-xml/index.ts
Normal file
|
@ -0,0 +1,13 @@
|
|||
import { Braces } from '@vicons/tabler';
|
||||
import { defineTool } from '../tool';
|
||||
import { translate as t } from '@/plugins/i18n.plugin';
|
||||
|
||||
export const tool = defineTool({
|
||||
name: t('tools.json-to-xml.title'),
|
||||
path: '/json-to-xml',
|
||||
description: t('tools.json-to-xml.description'),
|
||||
keywords: ['json', 'xml'],
|
||||
component: () => import('./json-to-xml.vue'),
|
||||
icon: Braces,
|
||||
createdAt: new Date('2024-08-09'),
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue