Skip to content

Commit 4e5bfb9

Browse files
committed
feat(antdv-next): 添加 AApp 组件
1 parent 67656e5 commit 4e5bfb9

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

  • apps/core-antdv-next/src/ui/provider

‎apps/core-antdv-next/src/ui/provider/index.vue‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ const themeConfig = computed(() => ({
1111

1212
<template>
1313
<AConfigProvider :locale="antdvNextLocaleZhCN" :theme="themeConfig">
14-
<slot />
14+
<AApp class="size-full">
15+
<slot />
16+
</AApp>
1517
</AConfigProvider>
1618
</template>

0 commit comments

Comments
 (0)