Fixed #1732 - [Bug] PanelMenu template prop type issue
parent
64eee54a3d
commit
08c2f21963
|
@ -39,7 +39,7 @@ export default {
|
||||||
default: null
|
default: null
|
||||||
},
|
},
|
||||||
template: {
|
template: {
|
||||||
type: Object,
|
type: Function,
|
||||||
default: null
|
default: null
|
||||||
},
|
},
|
||||||
expandedKeys: {
|
expandedKeys: {
|
||||||
|
|
Loading…
Reference in New Issue