diff --git a/package.json b/package.json index 1d4004a..ee278b6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kodama-ui", - "version": "0.33.2", + "version": "0.33.5", "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 6aa6f7f..3709894 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.stop="ko" + @click="ko" > {{ koText }}