# isVNode

判断是否为 vue vNode 元素

import { isVNode } from '@hui-pro/utils';
isVNode(unknown);

# API

参数 说明 类型 默认值 可选值
unknown 需判断的内容 - - -