Texonom
Texonom
/
Application
Application
/Network Science/ICT/Computer Network/Internet/WWW/Web Service/Web App/Web App Framework/
Vue
Vue
/Vue Tool/Vue Framework/
Nuxt js
Nuxt js
/Nuxt Page/
Nuxt fetch()
Search

Nuxt fetch()

Creator
Creator
Seonglae Cho
Created
Created
2021 Feb 25 13:50
Editor
Editor
Seonglae Cho
Edited
Edited
2023 May 5 17:25
Refs
Refs
API: fetch 메소드
Nuxt.js v2.12에서부터는 Vue 컴포넌트 어디서라도 호출할 수 있는 fetch 훅이 도입되었습니다. fetch(context)는 deprecated 되었습니다. 대신에 익명 미들웨어를 페이지에서 사용해주세요: middleware(context) asynchronous 데이터가 필요할 때면 언제든지 사용하세요. fetch 는 라우트를 렌더링할 때 서버사이드에서 한 번, 그리고 페이지 이동 시 클라이언트 사이드에서 호출됩니다.
API: fetch 메소드
https://ko.nuxtjs.org/api/pages-fetch/
API: fetch 메소드
 
 
 
 
 

Recommendations

Texonom
Texonom
/
Application
Application
/Network Science/ICT/Computer Network/Internet/WWW/Web Service/Web App/Web App Framework/
Vue
Vue
/Vue Tool/Vue Framework/
Nuxt js
Nuxt js
/Nuxt Page/
Nuxt fetch()
Copyright Seonglae Cho