index.js 195 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 import Bind from './bind'; import createAPI from 'utils/create-api'; Bind.install = function (Vue) { Vue.component(Bind.name, Bind); createAPI(Vue, Bind, [], true); }; export default Bind;