fix(upload) 修复uplaod组件销毁时报错的bug (#196)

This commit is contained in:
ajaxzheng 2023-05-06 18:12:23 +08:00 committed by GitHub
parent b89b033721
commit a1ce16bcf3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 42 deletions

View File

@ -1,41 +0,0 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [5.0.34-mf.0](https://codehub-dg-g.huawei.com/AIF/TINY/opentiny-vue/compare/@opentiny/vue-renderless@5.0.33-mf.0...@opentiny/vue-renderless@5.0.34-mf.0) (2023-02-08)
**Note:** Version bump only for package @opentiny/vue-renderless
## [5.0.33-mf.0](https://codehub-dg-g.huawei.com/AIF/TINY/opentiny-vue/compare/@opentiny/vue-renderless@5.0.32-mf.0...@opentiny/vue-renderless@5.0.33-mf.0) (2023-02-08)
**Note:** Version bump only for package @opentiny/vue-renderless
## [5.0.32-mf.0](https://codehub-dg-g.huawei.com/AIF/TINY/opentiny-vue/compare/@opentiny/vue-renderless@5.0.31-beta.0...@opentiny/vue-renderless@5.0.32-mf.0) (2023-02-08)
**Note:** Version bump only for package @opentiny/vue-renderless
## 5.0.31-beta.0 (2023-02-08)
### Bug Fixes
* 参数名错误 ([aeebbba](https://codehub-dg-g.huawei.com/AIF/TINY/opentiny-vue/commits/aeebbbaf42ce46d250b02050c009729a8b0c1611))
* 修正 form-item 的 renderless 参数名错误 ([3b0925a](https://codehub-dg-g.huawei.com/AIF/TINY/opentiny-vue/commits/3b0925a91971d953780d94fd9193fa92a1b1fd4f))
### Features
* 增加 build:renderless ([b29dacb](https://codehub-dg-g.huawei.com/AIF/TINY/opentiny-vue/commits/b29dacb0fa68d919c6d749660d1ece8ea336e18e))

View File

@ -295,6 +295,5 @@ export const mounted = ({ state, props, api }) => () => {
}
export const onBeforeDestroy = (state) => () => {
state.updateInput.onchange = null
state.updateInput = null
}