mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-24 12:45:18 +08:00
fix(dropdown): container class
This commit is contained in:
parent
1912279447
commit
ac7592ca93
@ -53,6 +53,10 @@ const dropdownProps = {
|
||||
options: {
|
||||
type: Array,
|
||||
required: true
|
||||
},
|
||||
containerClass: {
|
||||
type: String,
|
||||
default: 'n-dropdown'
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user