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.