master
parent
ac49a92e08
commit
206adfc16a
|
|
@ -5,7 +5,6 @@
|
|||
// ------
|
||||
// Generated by unplugin-vue-components
|
||||
// Read more: https://github.com/vuejs/core/pull/3399
|
||||
import { GlobalComponents } from 'vue'
|
||||
|
||||
export {}
|
||||
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ import Strings from '@/common/utils/strings.ts'
|
|||
import FormUtil from '@/common/utils/formUtil.ts'
|
||||
import { loadUserInfo } from '@/common/app'
|
||||
|
||||
const loginFormIns = useTemplateRef<FormInstance>('loginForm')
|
||||
const loginFormIns = useTemplateRef<FormInstance>('loginFormRef')
|
||||
|
||||
const loginForm = reactive<LoginTypes.LoginForm>({
|
||||
account: '',
|
||||
|
|
@ -76,7 +76,7 @@ function loginSubmitHandler() {
|
|||
{{ appName }}
|
||||
</div>
|
||||
<ElForm
|
||||
ref="loginForm"
|
||||
ref="loginFormRef"
|
||||
:model="loginForm"
|
||||
:rules="rules"
|
||||
class="form-content"
|
||||
|
|
|
|||
Loading…
Reference in New Issue