UNPKG

vue

Version:

Reactive, component-oriented view layer for modern web interfaces.

6 lines (4 loc) 120 B
/* @flow */ export function isAsyncPlaceholder (node: VNode): boolean { return node.isComment && node.asyncFactory }