Skip to content

Commit f94145e

Browse files
committed
nuxt-template snippets #8
1 parent 3d7ffdf commit f94145e

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

Diff for: README.md

+14
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,20 @@ These snippets were made to speed up Vue 3 development. With it you can write bo
9999
| `nlink` | Nuxt router link |
100100
| `nlink-param` | Nuxt router link with param |
101101

102+
### Nuxt Script
103+
104+
| Snippet | Purpose |
105+
| ----------------------- | -------------------------------------------- |
106+
| `nfetch` | `useFetch` composable |
107+
| `nfetch-lazy` | `useLazyFetch` composable |
108+
| `nasyncdata` | `useAsyncData` composable |
109+
| `nasyncdata-lazy` | `useLazyAsyncData` composable |
110+
| `nhead` | `useHead` composable |
111+
| `nhead-description` | `useHead` composable with description |
112+
| `nhead-template` | `useHead` composable with title template |
113+
| `npagemeta` | `definePageMeta` composable |
114+
| `npagemeta-description` | `definePageMeta` composable with description |
115+
102116
## Contributing
103117

104118
This is an open source project open to anyone. Contributors are welcome on [GitHub](https://github.com/exer7um/vue3-vscode-snippets).

0 commit comments

Comments
 (0)