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"
|
||||
hide-details
|
||||
auto-grow
|
||||
|
||||
/>
|
||||
|
||||
<table>
|
||||
|
@ -35,7 +34,7 @@ import {Component} from 'nuxt-property-decorator'
|
|||
import {CopyableMixin} from '~/mixins/copyable.mixin'
|
||||
import Tool from '~/components/Tool.vue'
|
||||
import type {ToolConfig} from '~/types/ToolConfig'
|
||||
import {formatBytes} from '~/utils/convert';
|
||||
import {formatBytes} from '~/utils/convert'
|
||||
|
||||
@Component({
|
||||
mixins: [CopyableMixin]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue