You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -131,6 +156,14 @@ You can enable tab completion (recommended) by opening `Code > Preferences > Set
131
156
|`nfont`| link to include fonts in a nuxt project, in nuxt-config |
132
157
|`ncss`| link to css assets such as normalize |
133
158
159
+
### Nuxt Page
160
+
161
+
| Snippet | Purpose |
162
+
| ------------ | -------------- |
163
+
|`nasyncdata`| Nuxt asyncData |
164
+
|`nfetch`| Nuxt Fetch |
165
+
|`nhead`| Nuxt Head |
166
+
134
167
### Extra (plaintext)
135
168
136
169
| Snippet | Purpose |
@@ -140,3 +173,5 @@ You can enable tab completion (recommended) by opening `Code > Preferences > Set
140
173
## Contributing
141
174
142
175
This is an open source project open to anyone. Contributions are welcome [github](https://github.com/sdras/vue-vscode-snippets)
176
+
177
+
If you are contributing a snippet, please be sure to add the documentation for it in the tables in the README, the pull request cannot be accepted without this addition. Thanks.
0 commit comments