refactor(lint): auto fix lint

This commit is contained in:
Corentin Thomasset 2023-04-10 13:00:38 +02:00
parent a1e983538c
commit 9d639edf2d
No known key found for this signature in database
GPG key ID: DBD997E935996158
4 changed files with 7 additions and 10 deletions

View file

@ -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,

View file

@ -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">