소스 검색

fix: module is not listed in package. json dependencies (#4338)

Li Kui 8 달 전
부모
커밋
56e66193fc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/effects/common-ui/src/components/captcha/point-selection-captcha.vue

+ 1 - 1
packages/effects/common-ui/src/components/captcha/point-selection-captcha.vue

@@ -1,7 +1,6 @@
 <script setup lang="ts">
 import { computed, ref } from 'vue';
 
-import { VbenButton } from '@vben/common-ui';
 import { SvgRefreshIcon } from '@vben/icons';
 import {
   Card,
@@ -9,6 +8,7 @@ import {
   CardFooter,
   CardHeader,
   CardTitle,
+  VbenButton,
   VbenIconButton,
 } from '@vben-core/shadcn-ui';