Skip to content

Commit a87df80

Browse files
committed
docs: polish
1 parent c0cbc15 commit a87df80

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

packages/vike-vue-pinia/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66

77
Integrates [Pinia](https://pinia.vuejs.org) into your [`vike-vue`](https://vike.dev/vike-vue) app.
88

9+
<br/>
10+
11+
**Table of Contents**
12+
913
[Installation](#installation)
1014
[Basic usage](#basic-usage)
1115
[Example](#example)

packages/vike-vue-query/README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,19 @@
66

77
Integrates [TanStack Query](https://tanstack.com/query) into your [`vike-vue`](https://vike.dev/vike-vue) app.
88

9+
<br/>
10+
11+
**Table of Contents**
12+
913
[Installation](#installation)
1014
[Basic usage](#basic-usage)
1115
[Example](#example)
1216
[Settings](#settings)
13-
[Version history](https://github.com/vikejs/vike-vue/blob/main/packages/vike-vue-query/CHANGELOG.md)
17+
[Version history](#version-history)
1418
[See also](#see-also)
1519

1620
<br/>
1721

18-
1922
## Installation
2023

2124
1. `npm install vike-vue-query @tanstack/vue-query`
@@ -124,6 +127,11 @@ For all available options, see [TanStack Query > API reference > useQuery](https
124127

125128
<br/>
126129

130+
## Version history
131+
132+
See [CHANGELOG.md](https://github.com/vikejs/vike-vue/blob/main/packages/vike-vue-query/CHANGELOG.md).
133+
134+
<br/>
127135

128136
## See also
129137

0 commit comments

Comments
 (0)