diff --git a/package.json b/package.json index ae328f5..750c14c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vue-cookie-comply-with-reject", "description": "A Vue 3 component to handle cookie acceptance on your website", - "version": "0.2.9", + "version": "0.2.10", "files": [ "dist" ], diff --git a/src/components/CookieComply.vue b/src/components/CookieComply.vue index 8424499..94487b0 100644 --- a/src/components/CookieComply.vue +++ b/src/components/CookieComply.vue @@ -183,6 +183,7 @@ const checkValues = (): void => { const handleAcceptAll = (): void => { + isModalOpen.value = false showCookieComply.value = false; localStorage.setItem('cookie-comply', 'all'); emit('on-accept-all-cookies');