Skip to content

Commit a8c5df3

Browse files
authored
fix: possible circular reference issue during build (vbenjs#5894)
* 修复构建期间出现的循环引用警告
1 parent 71e8d12 commit a8c5df3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@core/ui-kit/shadcn-ui/src/components/button/check-button-group.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ import type { ValueType, VbenButtonGroupProps } from './button';
66
import { computed, ref, watch } from 'vue';
77
88
import { Circle, CircleCheckBig, LoaderCircle } from '@vben-core/icons';
9-
import { VbenRenderContent } from '@vben-core/shadcn-ui';
109
import { cn, isFunction } from '@vben-core/shared/utils';
1110
1211
import { objectOmit } from '@vueuse/core';
1312
13+
import { VbenRenderContent } from '../render-content';
1414
import VbenButtonGroup from './button-group.vue';
1515
import Button from './button.vue';
1616

0 commit comments

Comments
 (0)