UNPKG

@ykcl/smart-ui-oversea

Version:

A Component Library for Vue.js.

6 lines (4 loc) 193 B
import { hasOwn } from '@ykcl/smart-ui-oversea/src/utils/util'; export function isVNode(node) { return node !== null && typeof node === 'object' && hasOwn(node, 'componentOptions'); };