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({