fix(components): [el-affix] update method does not exist (#3996)

This commit is contained in:
Alan Wang 2021-10-22 12:15:35 +08:00 committed by GitHub
parent 51d8271181
commit 4b76238ea3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -137,6 +137,7 @@ export default defineComponent({
state,
rootStyle,
affixStyle,
update,
}
},
})