fix: fesExports改为exports

This commit is contained in:
万纯 2020-12-09 10:53:28 +08:00
parent 0b5fb057da
commit 57c0d5483f

View File

@ -12,4 +12,4 @@ export {
} from '@webank/fes-runtime';
// @ts-ignore
export * from '@@/core/fesExports';
export * from '@@/core/exports';