Closed yubaoa closed 7 months ago
when I was using unarchive, there is a variable which is called current
in ModalUnarchive.vue
, I'm not sure if it's right.
I just change it in my local code.
Thank you.
there was a reason behind we make the download link as a link. So it should work as expected now.
And yes we have missed to change "current" to app.data. It is also fixed.
got it, you are welcome
To fix #47 ‘s download problem I also met this problem when I was downloading some file using this package. I found the problem is that both using
A TAG
to download file and a emitter function callback which is namedvf-download
, when click theA TAG
clickable range,it will call two function both. When just click the the li padding range, it is right.I delete the function usingA TAG
to download file in template .