Files

5 lines
127 B
TypeScript
Raw Permalink Normal View History

2024-05-15 17:29:42 +08:00
import etable from './etable.vue';
import { withInstall } from '/nerv-lib/util';
export const NsEtable = withInstall(etable);