Преглед на файлове

INFO: hydrate store for ssr app

master
valere преди 5 месеца
родител
ревизия
51921c9213
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. +1
    -1
      stores/comment.ts

+ 1
- 1
stores/comment.ts Целия файл

@@ -5,7 +5,7 @@ export const useCommentStore = defineStore('comment', {
state: () => ({
comment: useLocalStorage('comment', [])
}),
hydrate(state, initialState) {
hydrate(state, initialState) { // as nuxt is in SSR localstorage is not available so we need to hydrate the app with data first
state.comment = useLocalStorage('comment', [])
},
actions: {


Зареждане…
Отказ
Запис