This repository was archived by the owner on Feb 4, 2024. It is now read-only.
This repository was 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
Description
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.
Metadata
Metadata
Assignees
Labels
No labels