mirror of https://github.com/halo-dev/halo-admin
fix: remove login form icon, fix icon lose warning (#812)
#### What type of PR is this? /kind optimization #### What this PR does / why we need it: remove login form icon, fix icon lose dev tool console warning #### Which issue(s) this PR fixes: Fixes https://github.com/halo-dev/halo/issues/3071 #### Does this PR introduce a user-facing change? ```release-note NONE ```pull/813/head
parent
ee660d77e2
commit
564327d3c7
|
@ -90,9 +90,6 @@ onMounted(() => {
|
|||
type="text"
|
||||
validation="required"
|
||||
>
|
||||
<template #prefixIcon>
|
||||
<IconUserLine />
|
||||
</template>
|
||||
</FormKit>
|
||||
<FormKit
|
||||
id="passwordInput"
|
||||
|
@ -104,9 +101,6 @@ onMounted(() => {
|
|||
type="password"
|
||||
validation="required"
|
||||
>
|
||||
<template #prefixIcon>
|
||||
<IconShieldUser />
|
||||
</template>
|
||||
</FormKit>
|
||||
</FormKit>
|
||||
<VButton
|
||||
|
|
Loading…
Reference in New Issue