index.js 100 B

123
  1. import behavior from './behavior.js'
  2. export default (Vue, options) => Vue.mixin(behavior(options))