Skip to content

Add nuxt-script snippets #6

New issue

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

Closed
7 tasks done
ExEr7um opened this issue Aug 6, 2022 · 0 comments · Fixed by #16
Closed
7 tasks done

Add nuxt-script snippets #6

ExEr7um opened this issue Aug 6, 2022 · 0 comments · Fixed by #16
Assignees
Labels
Feature New feature or request
Milestone

Comments

@ExEr7um
Copy link
Owner

ExEr7um commented Aug 6, 2022

Snippets for <script> tag in Vue files using Nuxt 3.

Snippets List

Data Fetching

  • useFetch
  • useLazyFetch
  • useAsyncData
  • useLazyAsyncData

See documentation here.

Head Management

  • useHead
  • useHead with titleTemplate
  • definePageMeta

See documentation here and here.

@ExEr7um ExEr7um added the Feature New feature or request label Aug 6, 2022
@ExEr7um ExEr7um added this to the v1.0.0 milestone Aug 6, 2022
@ExEr7um ExEr7um self-assigned this Aug 6, 2022
ExEr7um added a commit that referenced this issue Aug 7, 2022
- nfetch
- nfetch-lazy
- nasyncdata
- nasyncdata-lazy
ExEr7um added a commit that referenced this issue Aug 7, 2022
- nhead
- nhead-description
- nhead-template
- npagemeta
- npagemeta-description
@ExEr7um ExEr7um linked a pull request Aug 7, 2022 that will close this issue
ExEr7um added a commit that referenced this issue Aug 7, 2022
* Add data-fetching snippets #6

- nfetch
- nfetch-lazy
- nasyncdata
- nasyncdata-lazy

* Add head-management snippets #6

- nhead
- nhead-description
- nhead-template
- npagemeta
- npagemeta-description
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant