mirror of
https://github.com/ElemeFE/element.git
synced 2025-12-13 11:34:02 +08:00
Radio: fix checked state when browser go back (#21250)
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
tabindex="-1"
|
||||
@focus="focus = true"
|
||||
@blur="focus = false"
|
||||
autocomplete="off"
|
||||
>
|
||||
<span
|
||||
class="el-radio-button__inner"
|
||||
|
||||
@@ -34,6 +34,7 @@
|
||||
:name="name"
|
||||
:disabled="isDisabled"
|
||||
tabindex="-1"
|
||||
autocomplete="off"
|
||||
>
|
||||
</span>
|
||||
<span class="el-radio__label" @keydown.stop>
|
||||
|
||||
Reference in New Issue
Block a user