<script lang="ts" setup> defineOptions({ name: 'DashboardLayout' }); </script> <template> <div>dashboardLayout</div> </template>