
nuxt
supming1
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
nuxt 中使用 keep-alive
在nuxt中直接使用keep-alive组件没有效果,后面搜索到应该如下使用: <Nuxt keep-alive/> 给keep-alive传递属性通过keepAliveProps完成,如下: <nuxt keep-alive :keepAliveProps="{include:/list/i}"/> 不过keepAliveProps应该有bug,include...原创 2019-09-13 09:39:51 · 6226 阅读 · 0 评论 -
nuxt 中处理不支持ssr渲染的组件
Nuxt 版本小于v2.9.0的用户, 请使用<no-ssr> 大于,v2.9.0的使用<client-only> ,官网no-ssr的文档已经没了,相关文档查看: https://github.com/nuxt/docs/blob/053ede15ac/zh/api/components-no-ssr.md https://github.com/nuxt/doc...原创 2019-09-13 09:44:38 · 5602 阅读 · 2 评论