Layout inside <script setup> #1273
Unanswered
viktorasbuivydas
asked this question in
Help
Replies: 1 comment
-
<script lang="ts" setup>
defineOptions({
layout: [AppLayout],
})
</script> |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, is there any way to use layout in setup?
layout: MyLayout
Currently I am using both script tags
Beta Was this translation helpful? Give feedback.
All reactions