mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
chore: [cascader-panel] fix typo (#23675)
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user