Created
November 15, 2017 09:27
-
-
Save hectorlorenzo/b6ad7c5cf2f742594c7dfecba6034161 to your computer and use it in GitHub Desktop.
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
Vue.component('my-component', { | |
template: '<div>A custom component!</div>' | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment