From 5199c49c5ef047d24a694cf75a2aad74536d04dd Mon Sep 17 00:00:00 2001 From: Razvan Stoenescu Date: Sat, 14 Dec 2024 14:04:23 +0200 Subject: [PATCH] chore(docs): small tweak on upgrade-guides (more space between some sections) --- docs/src/pages/quasar-cli-vite/upgrade-guide.md | 1 + docs/src/pages/quasar-cli-webpack/upgrade-guide.md | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/src/pages/quasar-cli-vite/upgrade-guide.md b/docs/src/pages/quasar-cli-vite/upgrade-guide.md index ac939326635..9c87386e392 100644 --- a/docs/src/pages/quasar-cli-vite/upgrade-guide.md +++ b/docs/src/pages/quasar-cli-vite/upgrade-guide.md @@ -428,6 +428,7 @@ Preparations: } } ``` +
If you are using Pinia, we are now augmenting the `router` property inside `.quasar/pinia.d.ts` automatically. So, you can remove the `router` property from the `PiniaCustomProperties` interface in the `src/stores/index.ts` file. It will continue to work as before, but it's recommended to remove it to avoid confusion. diff --git a/docs/src/pages/quasar-cli-webpack/upgrade-guide.md b/docs/src/pages/quasar-cli-webpack/upgrade-guide.md index fa81c6763dd..86f28125bb5 100644 --- a/docs/src/pages/quasar-cli-webpack/upgrade-guide.md +++ b/docs/src/pages/quasar-cli-webpack/upgrade-guide.md @@ -520,6 +520,7 @@ Preparations: } } ``` +
If you are using Pinia, we are now augmenting the `router` property inside `.quasar/pinia.d.ts` automatically. So, you can remove the `router` property from the `PiniaCustomProperties` interface in the `src/stores/index.ts` file. It will continue to work as before, but it's recommended to remove it to avoid confusion.