We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b163640 commit 56e6619Copy full SHA for 56e6619
packages/effects/common-ui/src/components/captcha/point-selection-captcha.vue
@@ -1,14 +1,14 @@
1
<script setup lang="ts">
2
import { computed, ref } from 'vue';
3
4
-import { VbenButton } from '@vben/common-ui';
5
import { SvgRefreshIcon } from '@vben/icons';
6
import {
7
Card,
8
CardContent,
9
CardFooter,
10
CardHeader,
11
CardTitle,
+ VbenButton,
12
VbenIconButton,
13
} from '@vben-core/shadcn-ui';
14
0 commit comments