fix: remove some of the typescript warnings
This commit is contained in:
parent
2b302974cc
commit
49955eb03a
12 changed files with 76 additions and 62 deletions
|
|
@ -33,7 +33,9 @@ import {useStore} from 'vuex'
|
|||
|
||||
import ListService from '@/services/list'
|
||||
|
||||
const background = ref(null)
|
||||
import {colorIsDark} from '@/helpers/color/colorIsDark'
|
||||
|
||||
const background = ref<string | null>(null)
|
||||
const backgroundLoading = ref(false)
|
||||
|
||||
const props = defineProps({
|
||||
|
|
|
|||
Reference in a new issue