refactor(lint): fixed linting
This commit is contained in:
		
							parent
							
								
									a0c0d9df4a
								
							
						
					
					
						commit
						be2cd38eea
					
				| @ -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…
	
		Reference in New Issue
	
	Block a user