element-plus/packages/utils
ddeerdevil 2a032217c7
fix(utils):[vue] ensure flattedChildren traverse component's subTree (#18649)
* fix(utils):[vue] 在h函数中组件的chidlren是数组时,会导致tabs等组件渲染错误

* fix(utils):[vue] add flattedChildren tests & fix lint error

* test(utils): [vue] fix tests's lint errors(element-plus:#18649)
2024-11-02 21:00:55 +08:00
..
__tests__ fix(utils):[vue] ensure flattedChildren traverse component's subTree (#18649) 2024-11-02 21:00:55 +08:00
dom refactor: replace typeof fn with the built-in isFunction (#18705) 2024-10-30 08:42:04 +08:00
vue fix(utils):[vue] ensure flattedChildren traverse component's subTree (#18649) 2024-11-02 21:00:55 +08:00
arrays.ts chore: update dependencies (#18573) 2024-10-29 10:01:58 +08:00
browser.ts
easings.ts feat(components): anchor component (#15670) 2024-02-27 14:22:26 +08:00
error.ts
functions.ts refactor: import shared utilities from @element-plus/utils (#18048) 2024-08-29 09:04:03 +08:00
i18n.ts
index.ts feat(components): anchor component (#15670) 2024-02-27 14:22:26 +08:00
objects.ts chore: update dependencies (#18573) 2024-10-29 10:01:58 +08:00
package.json
raf.ts
rand.ts
strings.ts
throttleByRaf.ts feat(components): anchor component (#15670) 2024-02-27 14:22:26 +08:00
types.ts refactor: replace type checking with built-in functions (#18720) 2024-10-31 09:21:21 +08:00
typescript.ts