mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-03-19 14:00:50 +08:00
fix(collapse): not support number on item name
This commit is contained in:
parent
905864de18
commit
7bc2bc616d
@ -59,7 +59,7 @@ export default {
|
||||
default: null
|
||||
},
|
||||
name: {
|
||||
type: String,
|
||||
type: [ String, Number ],
|
||||
default: null
|
||||
}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user