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 的版本吗?nuxt 把 keepalive 搞废了,连基本都 include/exclude 都不支持,确认了bug却迟迟不修复
The text was updated successfully, but these errors were encountered:
基于ssr的方案将会使用vue-router的ssr方式,不再是前端路由,若要缓存页面只能使用浏览器的缓存能力,所以一开皆开,一关全关。兼容ssr将会是一个非常有挑战的 完全重构思路的项目
Sorry, something went wrong.
不用兼容 ssr,只求在 ssg(nuxt generate)下可用就满足了。
能出一个兼容 nuxt3 的版本吗?nuxt 把 keepalive 搞废了,连基本都 include/exclude 都不支持,确认了bug却迟
缓存页面当然是在浏览器上,nuxt2都可以做到include/exclude,到了nuxt3就不行了,确实把keepalive搞废了
No branches or pull requests
能出一个兼容 nuxt3 的版本吗?nuxt 把 keepalive 搞废了,连基本都 include/exclude 都不支持,确认了bug却迟迟不修复
The text was updated successfully, but these errors were encountered: