-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
v-on seems to not be able to bind to events with names containing periods #438
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
Comments
Thanks! Fixed in both |
@yyx990803 This doesn't appear to work still?
|
@ryanmortier this conflicts with the modifier syntax introduced in 1.0. Do not use periods in event names. |
There are cases, for example if you use some library, when you can't change the event name. I guess, it should be possible to handle such events in the right way. If the event modifier after dot is not known, just to pass event further. |
Bootstrap 3 fires events with names like:
but vue complains with "Error parsing expression" when encountering something like:
The text was updated successfully, but these errors were encountered: