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 b18f852 commit 017abd8Copy full SHA for 017abd8
src/pages/forgot-password/index.vue
@@ -1,6 +1,7 @@
1
<script setup lang="ts">
2
import { useRouter } from 'vue-router'
3
import type { FieldRule } from 'vant'
4
+import { showNotify } from 'vant'
5
import { useUserStore } from '@/stores'
6
import vw from '@/utils/inline-px-to-vw'
7
src/pages/register/index.vue
0 commit comments