Skip to content

Commit

Permalink
chore(docs): small tweak on upgrade-guides (more space between some s…
Browse files Browse the repository at this point in the history
…ections)
  • Loading branch information
rstoenescu committed Dec 14, 2024
1 parent 269104e commit 5199c49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/src/pages/quasar-cli-vite/upgrade-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,7 @@ Preparations:
}
}
```
<br>

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.

Expand Down
1 change: 1 addition & 0 deletions docs/src/pages/quasar-cli-webpack/upgrade-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -520,6 +520,7 @@ Preparations:
}
}
```
<br>

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.

Expand Down

0 comments on commit 5199c49

Please sign in to comment.