fix(defineShortcuts): missing ref import

This commit is contained in:
Benjamin Canac
2023-06-19 19:10:59 +02:00
parent 71c2465d7b
commit a880379480

View File

@@ -1,3 +1,4 @@
import { ref } from 'vue'
import type { ComputedRef, WatchSource } from 'vue'
import { logicAnd, logicNot } from '@vueuse/math'
import { useEventListener } from '@vueuse/core'