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

[weex] Expose version and config on subVue #4561

Merged
merged 1 commit into from
Dec 25, 2016
Merged

Conversation

Hanks10100
Copy link
Contributor

In Weex, the Vue variable in each js bundle is generate by Vue.extend({}) actually, and pass some global properties to it. But forget to expose the version and config on subVue.

I additionally exposed three props to subVue:

  • version
  • weexVersion
  • config

Some libs, such as Vuex, may relay on the version and config.

@yyx990803 yyx990803 merged commit 13e3a5d into vuejs:dev Dec 25, 2016
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