Skip to content

Instantly share code, notes, and snippets.

@murilolopes
Created November 22, 2020 01:21
Show Gist options
  • Save murilolopes/144fd980dc4eadf6bf854a66b342313c to your computer and use it in GitHub Desktop.
Save murilolopes/144fd980dc4eadf6bf854a66b342313c to your computer and use it in GitHub Desktop.
import Vue from 'vue'
import App from './App.vue'
import _ from 'lodash'
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