Skip to content

Commit 017abd8

Browse files
committed
fix: add missing import for showNotify
1 parent b18f852 commit 017abd8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/pages/forgot-password/index.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<script setup lang="ts">
22
import { useRouter } from 'vue-router'
33
import type { FieldRule } from 'vant'
4+
import { showNotify } from 'vant'
45
import { useUserStore } from '@/stores'
56
import vw from '@/utils/inline-px-to-vw'
67

src/pages/register/index.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<script setup lang="ts">
22
import { useRouter } from 'vue-router'
33
import type { FieldRule } from 'vant'
4+
import { showNotify } from 'vant'
45
import { useUserStore } from '@/stores'
56
import vw from '@/utils/inline-px-to-vw'
67

0 commit comments

Comments
 (0)