fix(nuxt3): add missing toRef import for useState

resolves #804
This commit is contained in:
Pooya Parsa 2021-10-12 18:24:27 +02:00
parent 6e52775bf9
commit da7ff44c93

View File

@ -1,3 +1,4 @@
import { toRef } from 'vue'
import type { Ref } from 'vue'
import { useNuxtApp } from '#app'