lusaxweb / vuesax

New Framework Components for Vue.js 2
https://lusaxweb.github.io/vuesax/
MIT License
5.64k stars 741 forks source link

Vue warn after click dialog accept and cancel #950

Open kurob1993 opened 3 years ago

kurob1993 commented 3 years ago

image

the-einstein commented 3 years ago

add .native to @click in your component

default it is like @click='function' make it @click.native='function'

Dra-Tammer commented 7 months ago

Following this method did not solve the problem

the-einstein commented 7 months ago

Following this method did not solve the problem

This method worked almost 3 years ago. maybe some changes have been in luasax(

Dra-Tammer commented 7 months ago

Following this method did not solve the problem

This method worked almost 3 years ago. maybe some changes have been in luasax(

ok, thanks