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

fix: automatically extend extended child components #595

Merged
merged 8 commits into from May 11, 2018

Conversation

eddyerburgh
Copy link
Member

Closes #382

@@ -9,5 +9,6 @@ declare type Options = { // eslint-disable-line no-undef
stubs?: Object,
context?: Object,
attrs?: Object,
listeners?: Object
listeners?: Object,
logModifiedComponents?: Boolean
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it is necessary to add the types to the below files.

- type: `Boolean`
- default: `true`

Logs warning when extended child components are automatically stubbed. Hides warnings when set to `false`.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think that it is better to describe that logModifiedComponents can not be overwritten by mounting options.

@eddyerburgh eddyerburgh merged commit 68a55f1 into vuejs:dev May 11, 2018
@eddyerburgh eddyerburgh deleted the fix-extended branch May 11, 2018 06:52
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

Successfully merging this pull request may close these issues.

None yet

2 participants