Vben
2021-06-17 d196340d270d2becbf2cc81b7d4f09273381bd09
src/components/registerGlobComp.ts
@@ -1,3 +1,4 @@
import type { App } from 'vue';
import { Icon } from './Icon';
import { Button } from './Button';
import {
@@ -5,8 +6,6 @@
  Button as AntButton,
  Input,
} from 'ant-design-vue';
import { App } from 'vue';
const compList = [Icon, AntButton.Group];