feat(runtime-core): expose isVNode

This commit is contained in:
Evan You 2020-05-11 11:09:36 -04:00
parent 8e692c1ca0
commit a165d8293d

View File

@ -52,7 +52,7 @@ export { getCurrentInstance } from './component'
// For raw render function users // For raw render function users
export { h } from './h' export { h } from './h'
// Advanced render function utilities // Advanced render function utilities
export { createVNode, cloneVNode, mergeProps } from './vnode' export { createVNode, cloneVNode, mergeProps, isVNode } from './vnode'
// VNode types // VNode types
export { Fragment, Text, Comment, Static } from './vnode' export { Fragment, Text, Comment, Static } from './vnode'
// Built-in components // Built-in components