This commit is contained in:
dap
2024-09-20 08:06:53 +08:00
69 changed files with 2200 additions and 1218 deletions

View File

@@ -35,15 +35,15 @@
"@vben/locales": "workspace:*",
"@vben/preferences": "workspace:*",
"@vben/types": "workspace:*",
"@vueuse/integrations": "^11.1.0",
"@vueuse/integrations": "catalog:",
"codemirror": "^6.0.1",
"qrcode": "^1.5.4",
"vue": "^3.5.6",
"qrcode": "catalog:",
"vue": "catalog:",
"vue-codemirror6": "^1.3.4",
"vue-json-pretty": "^2.4.0",
"vue-router": "^4.4.5"
"vue-router": "catalog:"
},
"devDependencies": {
"@types/qrcode": "^1.5.5"
"@types/qrcode": "catalog:"
}
}

View File

@@ -5,7 +5,7 @@ import { RotateCw } from '@vben/icons';
import { $t } from '@vben/locales';
import { VbenButton, VbenIconButton } from '@vben-core/shadcn-ui';
import { CaptchaCard } from '.';
import CaptchaCard from './captcha-card.vue';
import { useCaptchaPoints } from './hooks/useCaptchaPoints';
const props = withDefaults(defineProps<PointSelectionCaptchaProps>(), {