UNPKG

vue

Version:

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

16 lines (14 loc) 269 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 ]