Skip to content

Instantly share code, notes, and snippets.

@christiannwamba
Created November 24, 2017 11:27
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 christiannwamba/feefc104ad8c7c6fa2818b62c2da5f51 to your computer and use it in GitHub Desktop.
Save christiannwamba/feefc104ad8c7c6fa2818b62c2da5f51 to your computer and use it in GitHub Desktop.
Vue.component('header-text',{
functional:true,
render(createElement, context){
return createElement('h' + context.props.level, context.children)
}
})
new Vue({
el: "#root"
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment