From d0f1da3ace3ed7cc274755ba8395a69f03995713 Mon Sep 17 00:00:00 2001 From: zkmark <10190162+zkmark@users.noreply.github.com> Date: Fri, 27 Feb 2026 18:59:13 -0600 Subject: [PATCH] Update for nuxt 4 fetch-data-from-directus-with-nuxt.md Update basic examples for nuxt 4 --- .../fetch-data-from-directus-with-nuxt.md | 33 ++++++++++++------- 1 file changed, 22 insertions(+), 11 deletions(-) diff --git a/content/tutorials/1.getting-started/fetch-data-from-directus-with-nuxt.md b/content/tutorials/1.getting-started/fetch-data-from-directus-with-nuxt.md index 1cb9496c..d5aa63fa 100644 --- a/content/tutorials/1.getting-started/fetch-data-from-directus-with-nuxt.md +++ b/content/tutorials/1.getting-started/fetch-data-from-directus-with-nuxt.md @@ -97,10 +97,10 @@ Create a new directory called `pages` and a new file called `index.vue` inside o ``` @@ -126,17 +126,28 @@ of the top-level pages. ```