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