This commit is contained in:
Georges KABBOUCHI
2021-12-27 19:41:33 +02:00
parent 2456c2da4e
commit 9a5d973c6a
+1 -1
View File
@@ -84,7 +84,7 @@ export function useTippy(
let options: any = {}
if (isRef(opts)) {
options = opts.value
options = opts.value || {}
} else if (isReactive(opts)) {
options = { ...opts }
} else {