aboutsummaryrefslogtreecommitdiff
path: root/node_modules/vue/src/platforms/weex/compiler/modules/index.js
blob: ac17809e7d4ed518109ff27e0655893f16204075 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
import klass from './class'
import style from './style'
import props from './props'
import append from './append'
import recycleList from './recycle-list/index'

export default [
  recycleList,
  klass,
  style,
  props,
  append
]