feat: layout
This commit is contained in:
9
pages/index.vue
Normal file
9
pages/index.vue
Normal file
@@ -0,0 +1,9 @@
|
||||
<template>
|
||||
<div>Index</div>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
definePageMeta({
|
||||
layout: 'desktop'
|
||||
})
|
||||
</script>
|
||||
Reference in New Issue
Block a user