|
|
|
@ -1,11 +1,13 @@
|
|
|
|
<script setup lang="ts">
|
|
|
|
<script setup lang="ts">
|
|
|
|
import type { VbenFormSchema } from '@vben-core/form-ui';
|
|
|
|
import type { VbenFormSchema } from '@vben-core/form-ui';
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
import { computed, reactive } from 'vue';
|
|
|
|
|
|
|
|
import { useRouter } from 'vue-router';
|
|
|
|
|
|
|
|
|
|
|
|
import { $t } from '@vben/locales';
|
|
|
|
import { $t } from '@vben/locales';
|
|
|
|
|
|
|
|
|
|
|
|
import { useVbenForm } from '@vben-core/form-ui';
|
|
|
|
import { useVbenForm } from '@vben-core/form-ui';
|
|
|
|
import { VbenButton } from '@vben-core/shadcn-ui';
|
|
|
|
import { VbenButton } from '@vben-core/shadcn-ui';
|
|
|
|
import { computed, reactive } from 'vue';
|
|
|
|
|
|
|
|
import { useRouter } from 'vue-router';
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
import Title from './auth-title.vue';
|
|
|
|
import Title from './auth-title.vue';
|
|
|
|
|
|
|
|
|
|
|
|
|