UNPKG

@hoc-element/table

Version:

📦 A Vue3.x Table Component built on Webpack 5 that follows the Configuration

16 lines (12 loc) • 262 B
import HocElTable from '@/components/Table' const install = function (app) { app.component('HocElTable', HocElTable) } if (typeof window !== 'undefined' && window.Vue) { install(window.Vue) } export default { version: '2.2.0', install, HocElTable }