We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
nuxt-script
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Snippets for <script> tag in Vue files using Nuxt 3.
<script>
useFetch
useLazyFetch
useAsyncData
useLazyAsyncData
See documentation here.
useHead
titleTemplate
definePageMeta
See documentation here and here.
The text was updated successfully, but these errors were encountered:
Add data-fetching snippets #6
2878d0b
- nfetch - nfetch-lazy - nasyncdata - nasyncdata-lazy
Add head-management snippets #6
7c4783e
- nhead - nhead-description - nhead-template - npagemeta - npagemeta-description
feat: Add nuxt-script snippets (#16)
03a618c
* Add data-fetching snippets #6 - nfetch - nfetch-lazy - nasyncdata - nasyncdata-lazy * Add head-management snippets #6 - nhead - nhead-description - nhead-template - npagemeta - npagemeta-description
ExEr7um
Successfully merging a pull request may close this issue.
Snippets for
<script>
tag in Vue files using Nuxt 3.Snippets List
Data Fetching
useFetch
useLazyFetch
useAsyncData
useLazyAsyncData
Head Management
useHead
useHead
withtitleTemplate
definePageMeta
The text was updated successfully, but these errors were encountered: