Carson
2021-11-24 dc4b05272f67b5ea8a85cac15b11e14a76c2c1d6
src/utils/factory/createAsyncComponent.tsx
@@ -3,7 +3,7 @@
  // FunctionalComponent, CSSProperties
} from 'vue';
import { Spin } from 'ant-design-vue';
import { noop } from '/@/utils/index';
import { noop } from '/@/utils';
// const Loading: FunctionalComponent<{ size: 'small' | 'default' | 'large' }> = (props) => {
//   const style: CSSProperties = {