refactor: remove global import

This commit is contained in:
vben
2021-01-18 23:37:36 +08:00
parent c2f6542b48
commit 6392b7f048
38 changed files with 256 additions and 162 deletions

View File

@@ -63,10 +63,11 @@
import { useI18n } from '/@/hooks/web/useI18n';
import { useAppInject } from '/@/hooks/web/useAppInject';
import clickOutside from '/@/directives/clickOutside';
import { Input } from 'ant-design-vue';
export default defineComponent({
name: 'AppSearchModal',
components: { SearchOutlined, AppSearchFooter },
components: { SearchOutlined, AppSearchFooter, [Input.name]: Input },
emits: ['close'],
props: {