mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-27 19:29:04 +08:00
perf: perf component
This commit is contained in:
@@ -3,7 +3,7 @@ import type { ModalProps, ModalMethods } from './types';
|
||||
import { defineComponent, computed, ref, watch, unref, watchEffect } from 'vue';
|
||||
|
||||
import Modal from './Modal';
|
||||
import Button from '/@/components/Button/index.vue';
|
||||
import { Button } from '/@/components/Button';
|
||||
import ModalWrapper from './ModalWrapper';
|
||||
import { BasicTitle } from '/@/components/Basic';
|
||||
import { FullscreenExitOutlined, FullscreenOutlined, CloseOutlined } from '@ant-design/icons-vue';
|
||||
|
Reference in New Issue
Block a user