mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-04 04:08:34 +08:00
fix: Update El-Scrollbar default prop
This commit is contained in:
parent
d5d7e8700e
commit
2566bd4cd5
@ -11,7 +11,10 @@ export default {
|
||||
components: { Bar },
|
||||
|
||||
props: {
|
||||
native: Boolean,
|
||||
native: {
|
||||
type: Boolean,
|
||||
default: false,
|
||||
},
|
||||
wrapStyle: {
|
||||
type: [String, Array],
|
||||
default: '',
|
||||
|
Loading…
Reference in New Issue
Block a user