]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commit
feat(nuxt): do not serialize skipHydrate properties
authorBalázs Kaufmann <bkaufmann23@gmail.com>
Thu, 17 Oct 2024 03:03:05 +0000 (05:03 +0200)
committerGitHub <noreply@github.com>
Thu, 17 Oct 2024 03:03:05 +0000 (12:03 +0900)
commite645fc12ea115a2d2cc395ad83e4cc3df350c4ea
tree65e6bab7d343769ba112d973e86467a9b5366752
parent3d238f7ca7e42f872335c78619c9cadd1e9378c4
feat(nuxt): do not serialize skipHydrate properties

Co-authored-by: Eduardo San Martin Morote <posva13@gmail.com>
12 files changed:
packages/nuxt/__tests__/nuxt.spec.ts
packages/nuxt/playground/app.vue
packages/nuxt/playground/nuxt.config.ts
packages/nuxt/playground/pages/index.vue [new file with mode: 0644]
packages/nuxt/playground/pages/skip-hydrate.vue [new file with mode: 0644]
packages/nuxt/playground/stores/with-skip-hydrate.ts [new file with mode: 0644]
packages/nuxt/playground/tsconfig.json [new file with mode: 0644]
packages/nuxt/src/module.ts
packages/nuxt/src/runtime/payload-plugin.ts [new file with mode: 0644]
packages/nuxt/src/runtime/plugin.vue3.ts
packages/pinia/src/index.ts
packages/pinia/src/store.ts