UNPKG

@truenewx/tnxvue2

Version:

互联网技术解决方案:Vue2扩展支持

8 lines (5 loc) 174 B
import TableColumn from './TableColumn.vue'; TableColumn.install = function (Vue) { Vue.component(TableColumn.name, TableColumn); }; export default TableColumn;