-
-
Notifications
You must be signed in to change notification settings - Fork 5.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tag in router-link can't register dragenter event listener correctly. #2890
Closed
oraant opened this issue
Aug 21, 2019
· 1 comment
· Fixed by mariazevedo88/hash-generator-js#5, noprotocol/Bubblicious#3, drakeg/udemy_django_vue#14, tghelere/valorize-vidas#4 or tghelere/DeliVuery#18
Closed
Tag in router-link can't register dragenter event listener correctly. #2890
oraant opened this issue
Aug 21, 2019
· 1 comment
· Fixed by mariazevedo88/hash-generator-js#5, noprotocol/Bubblicious#3, drakeg/udemy_django_vue#14, tghelere/valorize-vidas#4 or tghelere/DeliVuery#18
Labels
Comments
I took a look and the only one not working is the a inside the Some important notes:
Using the <router-link v-slot="{ navigate, href }" :to="'/'">
<div>
<a @click.prevent="navigate" :href="href" @drop.self="drop" @dragover.self="dragover">works</a>
</div>
</router-link> Events are not kept on the |
This was referenced Sep 30, 2019
This was referenced Oct 26, 2019
This was referenced Dec 5, 2019
This was referenced Jan 20, 2020
This was referenced Feb 5, 2020
[Snyk] Upgrade vue-router from 3.0.1 to 3.1.4
michaelwybraniec/vue-vuex-jwt-authentication-example#2
Open
This was referenced Feb 20, 2020
This was referenced Mar 1, 2020
This was referenced Mar 19, 2020
This was referenced Mar 28, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version
3.0.6
Reproduction link
https://jsfiddle.net/oraant/295s4pob/
Steps to reproduce
HTML:
JS:
What is expected?
hope the
<a>
tag in<router-link>
can register listener correctly, without modifying it to<router-link>
.What is actually happening?
it on the steps.
The text was updated successfully, but these errors were encountered: