-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
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
filter with empty arguments cause error in chrome 57- #7544
Labels
Comments
posva
added a commit
to posva/vue
that referenced
this issue
Jan 27, 2018
Fix vuejs#7544 Make sure no extra , is added at the end of the call so it also work with older browsers
13 tasks
It was generating |
yyx990803
pushed a commit
that referenced
this issue
Mar 8, 2018
Fix #7544 Make sure no extra , is added at the end of the call so it also work with older browsers
This was referenced Mar 14, 2018
f2009
pushed a commit
to f2009/vue
that referenced
this issue
Jan 25, 2019
Fix vuejs#7544 Make sure no extra , is added at the end of the call so it also work with older browsers
aJean
pushed a commit
to aJean/vue
that referenced
this issue
Aug 19, 2020
Fix vuejs#7544 Make sure no extra , is added at the end of the call so it also work with older browsers
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version
2.5.13
Reproduction link
https://jsfiddle.net/lxjwlt/ajy768fs/
Steps to reproduce
in chrome 57 and 56,
filter with empty arguments:
when no parentheses:
What is expected?
What is actually happening?
1.in chrome 57 and 56, report error:
2.no error
I have also examined the chrome 58 and 63 which have no errors both, so i guess this bug only occurs in chrome 57-.
mac-chrome57: https://commondatastorage.googleapis.com/chromium-browser-snapshots/index.html?prefix=Mac/444958/
win-chrome57: https://commondatastorage.googleapis.com/chromium-browser-snapshots/index.html?prefix=Win/444958/
The text was updated successfully, but these errors were encountered: