UNPKG

lixi-ui

Version:

A Component Library for Vue.js.

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