UNPKG

vue

Version:

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

12 lines (9 loc) 144 B
/* @flow */ import on from './on' import bind from './bind' import { noop } from 'shared/util' export default { on, bind, cloak: noop }