fix: Update El-Scrollbar default prop

This commit is contained in:
zazzaz 2020-09-06 21:23:48 +08:00 committed by Herrington Darkholme
parent d5d7e8700e
commit 2566bd4cd5

View File

@ -11,7 +11,10 @@ export default {
components: { Bar },
props: {
native: Boolean,
native: {
type: Boolean,
default: false,
},
wrapStyle: {
type: [String, Array],
default: '',