Skip to content
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

Custom attribute starting with @ symbol not supported #88

Open
patarapolw opened this issue Apr 12, 2019 · 1 comment
Open

Custom attribute starting with @ symbol not supported #88

patarapolw opened this issue Apr 12, 2019 · 1 comment

Comments

@patarapolw
Copy link

patarapolw commented Apr 12, 2019

I know there is #21, and I am using it for Vue.

But for https://vuejs.org/v2/guide/syntax.html#v-on-Shorthand e.g. @click="action", i.e. {"@click": "action"} is not supported...

@luwes
Copy link

luwes commented Apr 26, 2019

it's possible with { attrs: { '@click': 'action' } }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants