添加移动端布局组件和页面配置
This commit is contained in:
@ -5,6 +5,9 @@
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
definePageMeta({
|
||||
layout: 'm'
|
||||
})
|
||||
// Mobile specific logic can be added here
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user