Created
April 9, 2020 23:49
-
-
Save dario61081/219a63507b0d63e4351329781cda6d8c to your computer and use it in GitHub Desktop.
inicializar vue app con vuetify
This file contains 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
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