Last active
May 13, 2019 10:59
-
-
Save pxwee5/dbc1814799d637a4297a64d339008cdc to your computer and use it in GitHub Desktop.
Static Vue SFC
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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