Skip to content

Instantly share code, notes, and snippets.

@pxwee5
Last active May 13, 2019 10:59
Show Gist options
  • Save pxwee5/dbc1814799d637a4297a64d339008cdc to your computer and use it in GitHub Desktop.
Save pxwee5/dbc1814799d637a4297a64d339008cdc to your computer and use it in GitHub Desktop.
Static Vue SFC
new Vue({
el: '#app',
components: {
'app-world': httpVueLoader('/js/components/AppWorld.vue')
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment