chore(Popover): remove unused prop (#7601)

This commit is contained in:
neverland 2020-11-21 18:43:49 +08:00 committed by GitHub
parent 2eec9b7caf
commit cda5e0869e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,8 +31,6 @@ export default createComponent({
props: {
value: Boolean,
overlay: Boolean,
textColor: String,
backgroundColor: String,
offset: {
type: Array,
default: () => [0, 8],