mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-25 17:26:15 -04:00
refactor(lint): auto fix lint
This commit is contained in:
parent
a1e983538c
commit
9d639edf2d
4 changed files with 7 additions and 10 deletions
|
@ -4,8 +4,7 @@ import { defineTool } from '../tool';
|
|||
export const tool = defineTool({
|
||||
name: 'IPv6 ULA generator',
|
||||
path: '/ipv6-ula-generator',
|
||||
description:
|
||||
'Generate your own local, non-routable IP addresses on your network according to RFC4193.',
|
||||
description: 'Generate your own local, non-routable IP addresses on your network according to RFC4193.',
|
||||
keywords: ['ipv6', 'ula', 'generator', 'rfc4193', 'network', 'private'],
|
||||
component: () => import('./ipv6-ula-generator.vue'),
|
||||
icon: BuildingFactory,
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
<br />
|
||||
|
||||
<n-input :value="loremIpsumText" type="textarea" placeholder="Your lorem ipsum..." autosize readonly />
|
||||
<n-input :value="loremIpsumText" type="textarea" placeholder="Your lorem ipsum..." readonly autosize />
|
||||
<br />
|
||||
<br />
|
||||
<n-space justify="center">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue