Skip to content

Commit

Permalink
fix: define page meta missing on iframe
Browse files Browse the repository at this point in the history
  • Loading branch information
BuonDavide committed Nov 21, 2024
1 parent 5986766 commit 6f7e82e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pages/chatbot-iframe/[uuid].vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
</template>

<script lang="ts" setup>
definePageMeta({
layout: 'iframe'
});
const { t } = useI18n();
const collection = ref<{ name?: string; uuid?: string; cmetadata?: any }>({});
Expand Down

0 comments on commit 6f7e82e

Please sign in to comment.