mirror of
https://github.com/nocobase/nocobase.git
synced 2026-08-29 02:03:53 +08:00
522d97e65f
* feat(plugin-field-m2m-array): add client v2 entry * fix(plugin-field-m2m-array): reuse v2 target key configure * fix(plugin-data-source-manager): place relation validation before description
3 lines
78 B
TypeScript
3 lines
78 B
TypeScript
export * from './dist/client-v2';
|
|
export { default } from './dist/client-v2';
|