You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

12 lines
529 B

import { withInstall } from '/nerv-lib/util';
import nsBasicTable from './basic-table.vue';
import nsTableAction from './table-action.vue';
import nsTableHeader from './table-header.vue';
import nsTable from './table.vue';
import nsTooltip from './table-tips.vue';
export const NsBasicTable = withInstall(nsBasicTable);
export const NsTableAction = withInstall(nsTableAction);
export const NsTableHeader = withInstall(nsTableHeader);
export const NsTable = withInstall(nsTable);
export const NsTooltip = withInstall(nsTooltip);