mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-23 00:06:15 -04:00
refactor(lint): fixed linting
This commit is contained in:
parent
a0c0d9df4a
commit
be2cd38eea
1 changed files with 1 additions and 2 deletions
|
@ -6,7 +6,6 @@
|
||||||
label="Input text"
|
label="Input text"
|
||||||
hide-details
|
hide-details
|
||||||
auto-grow
|
auto-grow
|
||||||
|
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<table>
|
<table>
|
||||||
|
@ -35,7 +34,7 @@ import {Component} from 'nuxt-property-decorator'
|
||||||
import {CopyableMixin} from '~/mixins/copyable.mixin'
|
import {CopyableMixin} from '~/mixins/copyable.mixin'
|
||||||
import Tool from '~/components/Tool.vue'
|
import Tool from '~/components/Tool.vue'
|
||||||
import type {ToolConfig} from '~/types/ToolConfig'
|
import type {ToolConfig} from '~/types/ToolConfig'
|
||||||
import {formatBytes} from '~/utils/convert';
|
import {formatBytes} from '~/utils/convert'
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
mixins: [CopyableMixin]
|
mixins: [CopyableMixin]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue