Skip to content

Instantly share code, notes, and snippets.

@blogui91
Created September 10, 2017 00:40
Show Gist options
  • Save blogui91/65fbec7a03b7a05e49e602909d586f96 to your computer and use it in GitHub Desktop.
Save blogui91/65fbec7a03b7a05e49e602909d586f96 to your computer and use it in GitHub Desktop.
Bootstrap file
export default
{
install(Vue, options){
Vue.mixin({
mounted(){
console.log("Bootstrapping")
}
})
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment