Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(lazyload): lazy-image h is not a function #11229

Merged
merged 1 commit into from
Nov 8, 2022

Commits on Nov 7, 2022

  1. fix(lazyload): lazy-image h is not a function

    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)
    ruochuan12 committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    e1aa637 View commit details
    Browse the repository at this point in the history