-
-
Notifications
You must be signed in to change notification settings - Fork 8.9k
fix(apiOptions): invalid computed option #225
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
Conversation
@@ -539,7 +539,7 @@ describe('api: options', () => { | |||
expect('Invalid watch option: "foo"').toHaveBeenWarned() | |||
}) | |||
|
|||
test('computed warn with setter and no getter', () => { | |||
test('computed with setter and no getter', () => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the previous description is a bit better describing what the test is
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the previous description is a bit better describing what the test is
but it wrapped in warnings describe, so i have no idea which is better.
Hey @a631807682, thank you for your time and effort spent on this PR, contributions like yours help make Vue better for everyone. Cheers! 💚 |
Uh oh!
There was an error while loading. Please reload this page.