File tree 1 file changed +9
-6
lines changed 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -167,14 +167,17 @@ You can enable tab completion (recommended) by opening `Code > Preferences > Set
167
167
| ` nfont ` | link to include fonts in a nuxt project, in nuxt-config |
168
168
| ` ncss ` | link to css assets such as normalize |
169
169
170
+
170
171
### Nuxt Page
171
172
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 |
178
181
179
182
### Extra (plaintext)
180
183
You can’t perform that action at this time.
0 commit comments