Skip to content

Commit 238537d

Browse files
committed
fix: ElLoading need import
1 parent bf2c59c commit 238537d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/views/Login/components/MobileForm.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ import { usePermissionStore } from '@/store/modules/permission'
102102
import { getTenantIdByName, sendSmsCode, smsLogin } from '@/api/login'
103103
import LoginFormTitle from './LoginFormTitle.vue'
104104
import { LoginStateEnum, useFormValid, useLoginState } from './useLogin'
105+
import { ElLoading } from 'element-plus'
105106
106107
defineOptions({ name: 'MobileForm' })
107108

0 commit comments

Comments
 (0)