@rucebee/recycler-vue
Version:
Android RecyclerView port for Vue.js
14 lines (11 loc) • 344 B
JavaScript
import Recycler from './recycler'
// export default function install(Vue, options = {}) {
// const component = Recycler()
// Vue.component(component.name, component)
// return component
// }
export {Recycler}
export * from './data-sources'
// if (typeof window !== 'undefined' && window.Vue) {
// window.Vue.use(install)
// }