From 4b5373670dfd28fcf81e131fb4685604389aace8 Mon Sep 17 00:00:00 2001 From: 50l3r <500l3r@gmail.com> Date: Sat, 19 Oct 2024 19:47:57 +0200 Subject: [PATCH] feat: add stoppropagation to k-confirm --- package.json | 2 +- src/components/feedback/k-confirm/k-confirm.vue | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 4648559..1d4004a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kodama-ui", - "version": "0.32.3", + "version": "0.33.2", "description": "Kodama UI is a Vue 3 component library that provides a set of components & funcionality to build your application.", "homepage": "https://50l3r.github.io/kodama-ui", "keywords": [ diff --git a/src/components/feedback/k-confirm/k-confirm.vue b/src/components/feedback/k-confirm/k-confirm.vue index ca22976..6aa6f7f 100644 --- a/src/components/feedback/k-confirm/k-confirm.vue +++ b/src/components/feedback/k-confirm/k-confirm.vue @@ -18,7 +18,7 @@ {{ okText }} @@ -27,7 +27,7 @@ color="danger" class="cursor-pointer" outline - @click="ko" + @click.stop="ko" > {{ koText }} @@ -35,7 +35,7 @@ - +