vuesax icon indicating copy to clipboard operation
vuesax copied to clipboard

Vue warn after click dialog accept and cancel

Open kurob1993 opened this issue 4 years ago • 4 comments

  • OS: windows 10
  • Node.js version : v12.13.1
  • Vuesax version: v3.12.3
  • Browser version: Chrome Version 87.0.4280.88
  • Which package manager did you use for the install? NPM

image

kurob1993 avatar Dec 29 '20 05:12 kurob1993

add .native to @click in your component

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

the-einstein avatar Jul 13 '21 12:07 the-einstein

Following this method did not solve the problem

Dra-Tammer avatar Mar 28 '24 08:03 Dra-Tammer

Following this method did not solve the problem

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

the-einstein avatar Mar 28 '24 10:03 the-einstein

Following this method did not solve the problem

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

ok, thanks

Dra-Tammer avatar Mar 28 '24 11:03 Dra-Tammer