Skip to content

Instantly share code, notes, and snippets.

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