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

parentVal.call is not a function exception thrown when using static mixins provider #6175

Closed
razvyc opened this issue Jul 20, 2017 · 0 comments

Comments

@razvyc
Copy link

razvyc commented Jul 20, 2017

Version
2.4.1

Reproduction link
https://jsfiddle.net/razvansbsb/a7qpurfs/

Steps to reproduce

  1. Define a component A that uses 2 mixins that each define their own provide properties, e.g. foo and bar.
  2. Define a component B inside A that uses inject to add foo and bar properties

What is expected?
Both foo and bar should be available in component B.

What is actually happening?
parentVal.call is not a function exception is being thrown

@vue-bot vue-bot closed this as completed Jul 20, 2017
@yyx990803 yyx990803 reopened this Jul 21, 2017
@vuejs vuejs deleted a comment from vue-bot Jul 21, 2017
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

No branches or pull requests

3 participants