Skip to content
This repository was archived by the owner on Dec 25, 2024. It is now read-only.

Commit 219ba50

Browse files
committed
chore: update
1 parent 1127f68 commit 219ba50

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import VueCompositionAPI from '@vue/composition-api'
2020
Vue.use(VueCompositionAPI)
2121
```
2222

23-
See [`playground/`](./playground/) as an example.
23+
-------
2424

2525
###### Vite
2626

@@ -38,6 +38,10 @@ export default defineConfig({
3838
})
3939
```
4040

41+
Example: [`playground/`](./playground/)
42+
43+
-------
44+
4145
###### Nuxt
4246

4347
```bash
@@ -54,7 +58,9 @@ export default {
5458
}
5559
```
5660

57-
See [`examples/nuxt`](./examples/nuxt).
61+
Example: [`examples/nuxt`](./examples/nuxt)
62+
63+
-------
5864

5965
###### Webpack
6066

@@ -70,6 +76,8 @@ module.exports = {
7076
}
7177
```
7278

79+
-------
80+
7381
###### JavaScript API
7482

7583
```ts

0 commit comments

Comments
 (0)