How to convert template template to vnode manually in vue

suppose I have such a template:

123 < / div >

whether there is such a function, such as templateToVNode (str), which can convert ordinary html into vnode.

what should I do if there is no such function?

May.26,2021
Menu