Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix use mixin API feat continuous operation #5610

Merged
merged 2 commits into from
May 9, 2017
Merged

Fix use mixin API feat continuous operation #5610

merged 2 commits into from
May 9, 2017

Conversation

lzxb
Copy link
Contributor

@lzxb lzxb commented May 5, 2017

Example

import Vue from 'vue'
Vue
  .use(...)
  .use(...)
  .use(...)
  .mixin(...)
  .mixin(...)
  .mixin(...)

lzxb added 2 commits May 5, 2017 11:22
fix:use feat continuous operation
fix:mixin feat continuous operation
@lzxb lzxb changed the title fix:use mixin API feat continuous operation Fix use mixin API feat continuous operation May 5, 2017
@yyx990803 yyx990803 merged commit 1c40e32 into vuejs:dev May 9, 2017
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants