"hideAfter" in element-ui. Expected Number, got String.

clipboard.png

the el-tooltip component is used in element-ui. Setting hide-after to 1000 and "1000" console both report the same warning
< el-tooltip class= "item" effect= "dark" content= "track playback" placement= "top" hide-after= "1000" >
< el-tooltip class= "item" effect= "dark" content= "clear track" placement= "top" hide-after=1000 >

Apr.02,2021

: hide-after= "1000" the amount to be written in this way

Menu