lint
This commit is contained in:
parent
2fb4447c5c
commit
c5d273eb01
2 changed files with 18 additions and 19 deletions
|
|
@ -20,7 +20,9 @@
|
|||
:show-ratio="true"
|
||||
:contrast="contrast[key]"
|
||||
/>
|
||||
<div v-else>{{ ' ' }}</div>
|
||||
<div v-else>
|
||||
{{ ' ' }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="buttons">
|
||||
|
|
@ -59,10 +61,12 @@ import { computed } from 'vue'
|
|||
import ColorInput from 'src/components/color_input/color_input.vue'
|
||||
import ContrastRatio from 'src/components/contrast_ratio/contrast_ratio.vue'
|
||||
|
||||
import { getContrastRatio, hex2rgb } from 'src/services/color_convert/color_convert.js'
|
||||
|
||||
import { useInterfaceStore } from 'src/stores/interface.js'
|
||||
|
||||
import {
|
||||
getContrastRatio,
|
||||
hex2rgb,
|
||||
} from 'src/services/color_convert/color_convert.js'
|
||||
import {
|
||||
newExporter,
|
||||
newImporter,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue