fix: fix the top menu adaptive failure

This commit is contained in:
vben
2020-10-19 22:56:10 +08:00
parent 5737e478f6
commit 2f12556d26
7 changed files with 72 additions and 24 deletions

View File

@@ -18,6 +18,7 @@
import { useSetting } from '/@/hooks/core/useSetting';
moment.locale('zh-cn');
export default defineComponent({
name: 'App',
components: { ConfigProvider },