sidebar works
This commit is contained in:
12
app/pages/dashy.vue
Normal file
12
app/pages/dashy.vue
Normal file
@@ -0,0 +1,12 @@
|
||||
<script lang="ts" setup>
|
||||
definePageMeta({
|
||||
layout: "dashboard"
|
||||
});
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
||||
</template>
|
||||
<style>
|
||||
|
||||
</style>
|
||||
Reference in New Issue
Block a user