Created
August 3, 2016 09:56
-
-
Save hectorlorenzo/07623ef21c650c1b87f0742ffdc1259a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import initMixin from './internal/init' | |
/* ... */ | |
function Vue (options) { | |
this._init(options) | |
} | |
/* ... */ | |
initMixin(Vue) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment