mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-27 19:44:50 +08:00
perf: optimize the size of the first screen
This commit is contained in:
@@ -49,8 +49,10 @@
|
||||
import { appStore } from '/@/store/modules/app';
|
||||
import { useMessage } from '/@/hooks/web/useMessage';
|
||||
import { useSetting } from '/@/hooks/core/useSetting';
|
||||
import Button from '/@/components/Button/index.vue';
|
||||
|
||||
export default defineComponent({
|
||||
components: { BasicDragVerify },
|
||||
components: { BasicDragVerify, AButton: Button },
|
||||
setup() {
|
||||
const { globSetting } = useSetting();
|
||||
const { notification } = useMessage();
|
||||
|
Reference in New Issue
Block a user