Skip to content

Responsive issues with Vue3 imperative components #12339

Answered by Wei-Ba
xhc-code asked this question in Help/Questions
Discussion options

You must be logged in to vote
// - const vnode = createVNode('span', null, count.value.toString());
const vnode = h('span', null, h(() => count.value)) // h === createVNode

Replies: 2 comments 18 replies

Comment options

You must be logged in to vote
17 replies
@Wei-Ba
Comment options

@Wei-Ba
Comment options

@xhc-code
Comment options

@xhc-code
Comment options

@xhc-code
Comment options

Answer selected by xhc-code
Comment options

You must be logged in to vote
1 reply
@xhc-code
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants