Skip to content

Instantly share code, notes, and snippets.

@andreipfeiffer
Created February 15, 2017 13:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andreipfeiffer/cfbcab329dcfcaf1af2130b9a52d05a8 to your computer and use it in GitHub Desktop.
Save andreipfeiffer/cfbcab329dcfcaf1af2130b9a52d05a8 to your computer and use it in GitHub Desktop.
Vue.component('Counter', {
functional: true,
render(createElement, context) {
return createElement(/**/)
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment