Skip to content

Instantly share code, notes, and snippets.

@dario61081
Created April 9, 2020 23:49
Show Gist options
  • Save dario61081/219a63507b0d63e4351329781cda6d8c to your computer and use it in GitHub Desktop.
Save dario61081/219a63507b0d63e4351329781cda6d8c to your computer and use it in GitHub Desktop.
inicializar vue app con vuetify
const app = new Vue({
el:'#app',
vuetify: new Vuetify()
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment