feat(runtime-core): expose isVNode
This commit is contained in:
		
							parent
							
								
									8e692c1ca0
								
							
						
					
					
						commit
						a165d8293d
					
				@ -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
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user