aboutsummaryrefslogtreecommitdiff
path: root/node_modules/vue/src/platforms/web/compiler/modules/index.js
blob: 29114a530c287085da78eb7fd84e4a88c742f976 (plain)
1
2
3
4
5
6
7
8
9
import klass from './class'
import style from './style'
import model from './model'

export default [
  klass,
  style,
  model
]