diff --git a/examples/vue/nuxt-3-catchall/pages/[...app].vue b/examples/vue/nuxt-3-catchall/pages/[...app].vue index 1c3b5b775f5..fb81a15ffdd 100644 --- a/examples/vue/nuxt-3-catchall/pages/[...app].vue +++ b/examples/vue/nuxt-3-catchall/pages/[...app].vue @@ -2,7 +2,7 @@
Hello world from your Vue project. Below is Builder Content:
-
+
page title: {{ content?.data?.title || 'Unpublished' }} @@ -20,7 +20,7 @@ diff --git a/examples/vue/nuxt-3/app.vue b/examples/vue/nuxt-3/app.vue index 5cc59a9424e..c7428f99c54 100644 --- a/examples/vue/nuxt-3/app.vue +++ b/examples/vue/nuxt-3/app.vue @@ -2,7 +2,7 @@
Hello world from your Vue project. Below is Builder Content:
-
+
page title: {{ content?.data?.title || 'Unpublished' }} @@ -20,7 +20,7 @@