Skip to content

Instantly share code, notes, and snippets.

@kklecho
Created December 8, 2019 23:45
Show Gist options
  • Save kklecho/cd6e5f392c5e064e2d500fe0a66010e6 to your computer and use it in GitHub Desktop.
Save kklecho/cd6e5f392c5e064e2d500fe0a66010e6 to your computer and use it in GitHub Desktop.
import Vue from 'vue';
import App from './components/App';
new Vue({
el: '#app',
render: h => h(App)
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment