fix(collapse): not support number on item name

This commit is contained in:
07akioni 2020-04-10 16:32:48 +08:00
parent 905864de18
commit 7bc2bc616d

View File

@ -59,7 +59,7 @@ export default {
default: null
},
name: {
type: String,
type: [ String, Number ],
default: null
}
},