Skip to content

Instantly share code, notes, and snippets.

@bennett39
Created March 4, 2021 12:13
Show Gist options
  • Save bennett39/6178051ec6a3afc3786c3f95ab07f823 to your computer and use it in GitHub Desktop.
Save bennett39/6178051ec6a3afc3786c3f95ab07f823 to your computer and use it in GitHub Desktop.
import Vue from 'vue'
import App from './App.vue'
Vue.config.productionTip = false
new Vue({
render: h => h(App),
}).$mount('#app')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment