技术栈
异步数据
Amd794
1 个月前
组件状态
·
nuxt.js
·
异步渲染
·
钩子函数
·
异步数据
·
vue suspense
·
app:suspense:resolve
Nuxt.js 应用中的 app:suspense:resolve 钩子详解
title: Nuxt.js 应用中的 app:suspense:resolve 钩子详解 date: 2024/10/6 updated: 2024/10/6 author: cmdragon
fighting Ably!
2 个月前
模块
·
nuxt
·
插件
·
异步数据
Nuxt学习_基础知识(二)
文章学习来源,nuxt中文网AsyncData:在设置组件之前能异步获取或处理数据。async方法会在页面组件每次加载之前调用(没有this),可以在服务端或路由更新之前调用。在这个方法调用的时候,第一个参数被设定为当前页面的上下文对象,可以利用asyncData方法来获取数据,nuxt.js会将asyncData返回的数据融合组件data返回的数据一并返回给当前组件。
Amd794
4 个月前
http
·
nuxt.js
·
错误处理
·
cookies
·
异步数据
·
useerror函数
·
服务器端
Nuxt.js 错误侦探:useError 组合函数
title: Nuxt.js 错误侦探:useError 组合函数 date: 2024/7/14 updated: 2024/7/14 author: cmdragon
Amd794
4 个月前
数据获取
·
nuxt.js
·
ssr
·
服务端渲染
·
响应式对象
·
组件函数
·
异步数据
轻松掌握useAsyncData获取异步数据
title: 轻松掌握useAsyncData获取异步数据 date: 2024/7/12 updated: 2024/7/12 author: cmdragon