Skip to content

Commit 9ee8b4a

Browse files
authored
update readMe
update readMe to show new axios fetching snippets
1 parent 3cd8478 commit 9ee8b4a

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

README.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -167,14 +167,17 @@ You can enable tab completion (recommended) by opening `Code > Preferences > Set
167167
| `nfont` | link to include fonts in a nuxt project, in nuxt-config |
168168
| `ncss` | link to css assets such as normalize |
169169

170+
170171
### Nuxt Page
171172

172-
| Snippet | Purpose |
173-
| ------------ | ----------------- |
174-
| `nasyncdata` | Nuxt asyncData |
175-
| `nfetch` | Nuxt Fetch |
176-
| `nhead` | Nuxt Head |
177-
| `nparam` | Nuxt Route Params |
173+
| Snippet | Purpose |
174+
| ----------------- | -------------------------------- |
175+
| `nasyncdata` | Nuxt asyncData |
176+
| `nasyncdataaxios` | Nuxt asyncData with Axios module |
177+
| `nfetch` | Nuxt Fetch |
178+
| `nfetchaxios` | Nuxt Fetch with Axios module |
179+
| `nhead` | Nuxt Head |
180+
| `nparam` | Nuxt Route Params |
178181

179182
### Extra (plaintext)
180183

0 commit comments

Comments
 (0)