Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(lazyload): lazy-image h is not a function (youzan#11229)
in vue 3.x h is not function. this.$slots.default is a function. [vue 3.x refs render-function-api-change](https://github.com/vuejs/rfcs/blob/master/active-rfcs/0008-render-function-api-change.md) [vue 3.x 文档 h 渲染函数](https://cn.vuejs.org/api/render-function.html#h)
- Loading branch information