Unverified Commit 0112d6b3 authored by Netfan's avatar Netfan Committed by GitHub

fix(tree): value prop type (#613)

parent e4c3d091
......@@ -6,7 +6,7 @@ import { propTypes } from '/@/utils/propTypes';
export const basicProps = {
value: {
type: Array as PropType<Keys>,
type: [Object, Array] as PropType<Keys | CheckKeys>,
},
renderIcon: {
type: Function as PropType<(params: Recordable) => string>,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment