Skip to content
This repository has been archived by the owner on Feb 4, 2024. It is now read-only.

VueButton does not work well with vuejs latest , because of use @click.capture.native="handleClick" in VueButton #29

Closed
smile921 opened this issue Jan 22, 2020 · 2 comments

Comments

@smile921
Copy link

if use the latest vuejs with VueButton ,it will print

[Vue warn]: The .native modifier for v-on is only valid on components but it was used on .

here is the feature that cause this problem .
It suggest that using .native incorrectly: it should be used only on components not on elements.

@jedrula
Copy link

jedrula commented Jan 27, 2020

I think vuejs/vue#11052 resolves this problem.

@smile921
Copy link
Author

smile921 commented Feb 6, 2020

just switch back older version

@smile921 smile921 closed this as completed Feb 6, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants