Skip to content

event bind name not support chinese characters #11362

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

Closed
gxrsprite opened this issue Apr 30, 2020 · 1 comment
Closed

event bind name not support chinese characters #11362

gxrsprite opened this issue Apr 30, 2020 · 1 comment

Comments

@gxrsprite
Copy link

Version

2.6.11

Reproduction link

https://stackblitz.com/edit/js-bafxzt

Steps to reproduce

<a @click="点击">btn1
<a @click="点击($event)">btn2
<a @click="onClick">btn3

methods:{
点击:function(e){

},
onClick:function(e){

}

}

What is expected?

btn1 event not work

What is actually happening?

write $event in console

@gxrsprite gxrsprite changed the title event bind name not support chiese word event bind name not support chinese word Apr 30, 2020
@gxrsprite gxrsprite changed the title event bind name not support chinese word event bind name not support chinese characters Apr 30, 2020
@posva
Copy link
Member

posva commented Apr 30, 2020

Duplicate of #6975

@posva posva marked this as a duplicate of #6975 Apr 30, 2020
@posva posva closed this as completed Apr 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants