Ben Lin
2024-08-09 d7b0c15619e89d31c74f8db7a680b4c6a0009add
src/components/Verify/src/props.ts
@@ -1,5 +1,5 @@
import type { PropType } from 'vue';
import { useI18n } from '/@/hooks/web/useI18n';
import { useI18n } from '@/hooks/web/useI18n';
const { t } = useI18n();
export const basicProps = {