From 9dff35b4675d696cee82211a36305a955f62940f Mon Sep 17 00:00:00 2001 From: Georges KABBOUCHI Date: Tue, 18 Jul 2023 16:01:07 +0300 Subject: [PATCH] fix --- package.json | 2 +- src/composables/useTippy.ts | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index b0733b9..d55eae2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-tippy", - "version": "6.3.0-beta.1", + "version": "6.3.0-beta.2", "main": "index.js", "module": "dist/vue-tippy.mjs", "unpkg": "dist/vue-tippy.iife.js", diff --git a/src/composables/useTippy.ts b/src/composables/useTippy.ts index ad79592..ba5fc77 100644 --- a/src/composables/useTippy.ts +++ b/src/composables/useTippy.ts @@ -30,6 +30,8 @@ export function useTippy( appName: string, } = { mount: true, appName: 'Tippy' } ) { + settings = Object.assign({ mount: true, appName: 'Tippy' }, settings); + const vm = getCurrentInstance() const instance = ref() const state = ref({