Skip to content

Instantly share code, notes, and snippets.

@nicksnell
Created June 2, 2019 20:20
Show Gist options
  • Save nicksnell/74d33d7ea5b47fe3c96964da41bb0262 to your computer and use it in GitHub Desktop.
Save nicksnell/74d33d7ea5b47fe3c96964da41bb0262 to your computer and use it in GitHub Desktop.
Vue.component('example-element1', {
render: function (createElement) {
return createElement('h1', 'Example Element 1')
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment