aboutsummaryrefslogtreecommitdiff
path: root/node_modules/vue/src/platforms/web/compiler/directives/index.js
blob: 0955b51e7aa6a31d5be0d05cfd26c1fc5514871f (plain)
1
2
3
4
5
6
7
8
9
import model from './model'
import text from './text'
import html from './html'

export default {
  model,
  text,
  html
}