feat(Cascader): add @cascader-header-padding less var (#8626)

This commit is contained in:
neverland
2021-04-27 21:33:09 +08:00
committed by GitHub
parent 324fd08f3d
commit e2286b0426
6 changed files with 8 additions and 5 deletions
+1 -1
View File
@@ -305,7 +305,7 @@ export default defineComponent({
state.focused = true;
emit('focus', event);
// readonly not work in lagacy mobile safari
// readonly not work in legacy mobile safari
const readonly = getProp('readonly');
if (readonly) {
blur();