Files
vue-template/src/views/DashboardView.vue
T

11 lines
261 B
Vue
Raw Normal View History

2026-06-18 16:36:31 +08:00
<script setup lang="ts"></script>
<template>
<div>
<h1 class="text-2xl font-bold">Dashboard</h1>
<p class="mt-2 text-muted">
This page uses the sidebar layout. Replace this content with your own dashboard widgets.
</p>
</div>
</template>