All notable changes to the "nuxt-vscode-snippets" extension will be documented in this file.
Check Keep a Changelog for recommendations on how to structure this file.
nmodule
Snippet for the NuxtdefineNuxtModule
utility
- Fix router table
vtrans
Snippet for the Vue<Transition>
componentvtransgroup
Snippet for the Vue<TransitionGroup>
componentvkeepalive
Snippet for the Vue<KeepAlive>
componentvtp
Snippet for the Vue<Teleport>
componentvsuspense
Snippet for the Vue<Suspense>
component
- Fix component snippets not working inside
<template></template>
npage
: Snippet for the Nuxt<NuxtPage>
componentnlayout
: Snippet for the Nuxt<NuxtLayout>
component
- Adjust snippet for the Nuxt error handling
nroute
: Snippet for the NuxtuseRoute
composablenrouter
: Snippet for the NuxtuseRouter
composable
Remove deprecated pending
from fetching composables
nreqheaders
: Snippet for the NuxtuseRequestHeaders
composablenreqfetch
: Snippet for the NuxtuseRequestFetch
composablendata
: Snippet for the NuxtuseNuxtData
composablenrfshdata
: Snippet for the NuxtrefreshNuxtData
utilitynclrdata
: Snippet for the NuxtclearNuxtData
utility
nerr
: Snippet for the NuxtuseError
composablencerr
: Snippet for the NuxtcreateError
utilitynshwerr
: Snippet for the NuxtshowError
utilitynclrerr
: Snippet for the NuxtclearError
utility
- Update vstart and pstart prefix to vbase and pbase
- Fix $fetch DELETE method
- Remove placeholder from $fetch body
- Add Contributing to README
- Update copyright
- Initial release