Skip to content

Instantly share code, notes, and snippets.

@viclotana
Last active April 24, 2019 19:00
Show Gist options
  • Save viclotana/628f92f3162e21f369cf754d5e891fce to your computer and use it in GitHub Desktop.
Save viclotana/628f92f3162e21f369cf754d5e891fce to your computer and use it in GitHub Desktop.
Vue.mixin({
mounted() {
console.log("hello world!");
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment