UNPKG

vue

Version:

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

9 lines (7 loc) 255 B
import attrs from './attrs' import klass from './class' import events from './events' import domProps from './dom-props' import style from './style' import transition from './transition' export default [attrs, klass, events, domProps, style, transition]