Closed
Description
Evan You says we can use the cloneVNode function - vuejs/core#815 (comment) - but I cannot find it in the composition API.
Tried import { cloneVNode } from 'vue'
and import { cloneVNode } from '@vue/composition-api'
but none works.
I'm using Vue 2 with the @vue/composition-api
package so what is the proper way to import the cloneVNode
function?
Thank you.
Metadata
Metadata
Assignees
Labels
No labels