import VNode from './v-node'; import { withInstall } from '/nerv-lib/util'; export const NsVNode = withInstall(VNode);