fix: use typed useStore
This commit is contained in:
parent
878b5bf236
commit
54de368642
3 changed files with 4 additions and 4 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import {watch, reactive, shallowReactive, unref, toRefs, readonly} from 'vue'
|
||||
import type {MaybeRef} from '@vueuse/core'
|
||||
import {useStore} from 'vuex'
|
||||
import {useStore} from '@/store'
|
||||
|
||||
import ListService from '@/services/list'
|
||||
import ListModel from '@/models/list'
|
||||
|
|
|
|||
Reference in a new issue