From 711f9cc852091fc0cb9b487eb2abe4ce50031cca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=A5=E5=B7=9D?= Date: Tue, 8 Nov 2022 10:14:49 +0800 Subject: [PATCH] fix(lazyload): lazy-image h is not a function (#11230) 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 docs h](https://cn.vuejs.org/api/render-function.html#h) - reappear - test ```vue // vant/packages/vant/src/lazyload/demo/index.vue