This commit is contained in:
tjz 2018-02-03 22:06:18 +08:00
parent 4657e729ef
commit 747cd9dba1

View File

@ -52,7 +52,7 @@ export default {
}, },
} }
if (hasProp(this, 'visible')) { if (hasProp(this, 'visible')) {
dropdownProps.visible = visible dropdownProps.props.visible = visible
} }
return ( return (