Skip to content

Instantly share code, notes, and snippets.

@hectorlorenzo
Created August 3, 2016 09:56
Show Gist options
  • Save hectorlorenzo/07623ef21c650c1b87f0742ffdc1259a to your computer and use it in GitHub Desktop.
Save hectorlorenzo/07623ef21c650c1b87f0742ffdc1259a to your computer and use it in GitHub Desktop.
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