mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
chore: fix code style (#2463)
This commit is contained in:
@@ -53,7 +53,7 @@ export default defineComponent({
|
||||
: name,
|
||||
)
|
||||
} else {
|
||||
let _activeNames = activeNames.value.slice(0)
|
||||
const _activeNames = activeNames.value.slice(0)
|
||||
const index = _activeNames.indexOf(name)
|
||||
|
||||
if (index > -1) {
|
||||
|
||||
Reference in New Issue
Block a user