Nov 9, 2022
0
Level 10
VNode to Html String
Vuejs is just awesome. I am looking for solution where we can convert VNode to html output string. For example
import { h } from 'vue'
const vnode = h('div')
To
<div></div>
Is there any helper method to get that without using render function?
Or
you can suggest npm package
Please or to participate in this conversation.