mirror of
https://github.com/element-plus/element-plus.git
synced 2025-03-07 15:47:57 +08:00
chore(components): [select] remove unnecessary assertions (#17893)
perf(components): remove unnecessary assertions
This commit is contained in:
parent
b93e59b065
commit
797e39dbe7
@ -37,7 +37,7 @@ export default defineComponent({
|
||||
}
|
||||
|
||||
if (children.length) {
|
||||
filterOptions(children![0]?.children)
|
||||
filterOptions(children[0]?.children)
|
||||
}
|
||||
|
||||
if (!isEqual(valueList, cachedValueList)) {
|
||||
|
Loading…
Reference in New Issue
Block a user