在 nuxt3 中,v-lazy 被认为是 Vue 指令,导致服务端 SSR 启用。

作者: tenfei4创建于 2023年1月16日更新于 2024年8月25日

In nuxt3, v-lazy is considered a Vue directive, which causes the server-side SSR to be enabled. How can we use or modify the v-lazy directive in nuxt3? We have already marked plugins/vueLazyload.js as non-SSR.

内容来源: hilongjw/vue-lazyload