UNPKG

vue2-components

Version:

vue2 components package

6 lines (5 loc) 147 B
import ProTable from './src/index.vue' ProTable.install = function (Vue) { Vue.component(ProTable.name, ProTable) } export default ProTable