Your IP : 216.73.216.79


Current Path : /var/www/html/dynaweb.blunetdev.com/node_modules/vue/src/compiler/directives/
Upload File :
Current File : /var/www/html/dynaweb.blunetdev.com/node_modules/vue/src/compiler/directives/index.js

/* @flow */

import on from './on'
import bind from './bind'
import { noop } from 'shared/util'

export default {
  on,
  bind,
  cloak: noop
}