diff --git a/packages/nuxt/src/app/components/nuxt-teleport-island-component.ts b/packages/nuxt/src/app/components/nuxt-teleport-island-component.ts index 5d527c3bdb..34a5dcca91 100644 --- a/packages/nuxt/src/app/components/nuxt-teleport-island-component.ts +++ b/packages/nuxt/src/app/components/nuxt-teleport-island-component.ts @@ -13,6 +13,7 @@ type ExtendedComponent = Component & { * component only used with componentsIsland * this teleport the component in SSR only if it needs to be hydrated on client */ +/* @__PURE__ */ export default defineComponent({ name: 'NuxtTeleportIslandComponent', props: { diff --git a/packages/nuxt/src/app/components/nuxt-teleport-island-slot.ts b/packages/nuxt/src/app/components/nuxt-teleport-island-slot.ts index eb1713280e..6001f26097 100644 --- a/packages/nuxt/src/app/components/nuxt-teleport-island-slot.ts +++ b/packages/nuxt/src/app/components/nuxt-teleport-island-slot.ts @@ -4,6 +4,7 @@ import { useNuxtApp } from '../nuxt' /** * component only used within islands for slot teleport */ +/* @__PURE__ */ export default defineComponent({ name: 'NuxtTeleportIslandSlot', props: {