perf: optimize the size of the first screen

This commit is contained in:
vben
2020-10-20 21:06:12 +08:00
parent c2333f5d04
commit 968f791f4b
11 changed files with 43 additions and 26 deletions

View File

@@ -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();