UNPKG

bili-tmp-demo

Version:

vue管理系统结构

10 lines (7 loc) 268 B
/* @flow */ export * from './merge-hook' export * from './update-listeners' export * from './normalize-children' export function getFirstComponentChild (children: ?Array<any>): ?VNodeWithData { return children && children.filter(c => c && c.componentOptions)[0] }