4 lines
127 B

import etable from './etable.vue';
import { withInstall } from '/nerv-lib/util';
export const NsEtable = withInstall(etable);