mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-04 13:29:13 -04:00
fix(dependency) Replace @vicons/tabler with @tabler/icons-vue
This commit is contained in:
parent
0b1b98f93e
commit
b77138181a
118 changed files with 295 additions and 312 deletions
|
@ -1,14 +1,13 @@
|
|||
import { IconBrackets } from '@tabler/icons-vue';
|
||||
import { defineTool } from '../tool';
|
||||
import { translate } from '@/plugins/i18n.plugin';
|
||||
|
||||
import BracketIcon from '~icons/mdi/code-brackets';
|
||||
|
||||
export const tool = defineTool({
|
||||
name: translate('tools.toml-to-json.title'),
|
||||
path: '/toml-to-json',
|
||||
description: translate('tools.toml-to-json.description'),
|
||||
keywords: ['toml', 'json', 'convert', 'online', 'transform', 'parser'],
|
||||
component: () => import('./toml-to-json.vue'),
|
||||
icon: BracketIcon,
|
||||
icon: IconBrackets,
|
||||
createdAt: new Date('2023-06-23'),
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue