mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
refactor(components): [tour] remove redundant check for 'open' variable The check for 'open.value == true' was unnecessary since 'open' is already verified to be non-null earlier in the code.