From 95437e073c3f8f2b14ab6d11a07d0f72c80c7352 Mon Sep 17 00:00:00 2001 From: Debbie O'Brien Date: Thu, 5 Nov 2020 13:37:54 +0100 Subject: [PATCH] feat: add to readme add to readme additions to fetching data with axios --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d4c03c3..5546d33 100644 --- a/README.md +++ b/README.md @@ -169,12 +169,14 @@ You can enable tab completion (recommended) by opening `Code > Preferences > Set ### Nuxt Page -| Snippet | Purpose | -| ------------ | ----------------- | -| `nasyncdata` | Nuxt asyncData | -| `nfetch` | Nuxt Fetch | -| `nhead` | Nuxt Head | -| `nparam` | Nuxt Route Params | +| Snippet | Purpose | +| ----------------- | -------------------------------- | +| `nasyncdata` | Nuxt asyncData | +| `nasyncdataaxios` | Nuxt asyncData with Axios module | +| `nfetch` | Nuxt Fetch | +| `nfetchaxios` | Nuxt Fetch with Axios module | +| `nhead` | Nuxt Head | +| `nparam` | Nuxt Route Params | ### Extra (plaintext)