We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
nuxt3下将v-lazy认为是vue指令,导致服务端SSR启用,请问如何在NUXT3下使用或修改v-lazy指令。 已经标记了plugins/vueLazyload.js为非SSR。
以下为产生错误代码:
<div v-show="result.author.length>0" class='col-span-12'> <img v-bind:v-lazy="result.author[0].avatar"> </div>
只在V-IF内产生错误 ,V-FOR下不会被认定为SSR模式。
The text was updated successfully, but these errors were encountered:
<div v-show="result.author.length>0" class='col-span-12'> <img v-lazy="result.author[0].avatar"> </div>
也是一样的问题。
Sorry, something went wrong.
这个问题有解决办法吗?我也遇到这个问题了
目前只能这样:
No branches or pull requests
nuxt3下将v-lazy认为是vue指令,导致服务端SSR启用,请问如何在NUXT3下使用或修改v-lazy指令。
已经标记了plugins/vueLazyload.js为非SSR。
以下为产生错误代码:
只在V-IF内产生错误 ,V-FOR下不会被认定为SSR模式。
The text was updated successfully, but these errors were encountered: