chore: [cascader-panel] fix typo (#23675)

This commit is contained in:
E66
2026-02-22 19:28:39 +08:00
committed by GitHub
parent e5ec61d748
commit 590ae8ced3

View File

@@ -71,7 +71,7 @@ export const DefaultProps: CascaderConfig = {
/**
* @description when checked nodes change, whether to emit an array of node's path, if false, only emit the value of node.
*/
emitPath: true, // wether to emit an array of all levels value in which node is located
emitPath: true, // whether to emit an array of all levels value in which node is located
/**
* @description whether to dynamic load child nodes, use with `lazyload` attribute
*/