hoony's web study

728x90
반응형

오늘도 Nuxt로 삽질을 하고 있는 블로그 주인장입니다. 
data를 불러올때 페이지번호를 넘겨도 계속 데이터가 갱신이 안되더라구요. ㅠ. ㅠ

겨우 퇴근전에 찾은 방법입니다. 

https://v3.nuxtjs.org/getting-started/data-fetching#isomorphic-fetch-and-fetch

 

Data Fetching · Nuxt

Nuxt provides useFetch, useLazyFetch, useAsyncData and useLazyAsyncData to handle data fetching within your application. useFetch, useLazyFetch, useAsyncData and useLazyAsyncData only work during setup or Lifecycle Hooks Within your pages, components and p

v3.nuxtjs.org

Nuxt3 공식사이트에서 주의 깊게 봐야할 부분인 것 같습니다. 

보통 paginate, filter results, search 등과 같은 데이터 갱신이 필요할때 방법은 아래와 같습니다. 

function previous() {
  page.value--;
  refresh();
}

간단히 refresh()를 넣어주니 해결되었답니다. 
오늘은 맘편하게 퇴근을 하게 되었답니다. 
혹시라도 저처럼 삽질을 하시는 분들을 위해서 포스팅을 남깁니다. 

반응형

 

728x90

공유하기

facebook twitter kakaoTalk kakaostory naver band
loading