vuejs / ui

💻 UI components for official Vue organization apps
https://vuejs.github.io/ui/
1.33k stars 95 forks source link

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

Closed smile921 closed 4 years ago

smile921 commented 4 years ago

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

jedrula commented 4 years ago

I think https://github.com/vuejs/vue/pull/11052 resolves this problem.

smile921 commented 4 years ago

just switch back older version