We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
filters: { iPhoneModel: function (value) { switch (value) { case 'iPhone1,1': return 'iPhone 2G' break default: return value } } } 该怎么正确使用switch case 它才不会报错呢
filters: { iPhoneModel: function (value) { switch (value) { case 'iPhone1,1': return 'iPhone 2G' break default: return value } } }
The text was updated successfully, but these errors were encountered:
Please ask questions on the forum or StackOverflow.
That is just an eslint rule failing in your code
Sorry, something went wrong.
No branches or pull requests
filters: { iPhoneModel: function (value) { switch (value) { case 'iPhone1,1': return 'iPhone 2G' break default: return value } } }
该怎么正确使用switch case 它才不会报错呢
The text was updated successfully, but these errors were encountered: