2021-09-09 18:40:38 +08:00
|
|
|
<template>
|
2022-01-07 13:22:13 +08:00
|
|
|
<div class="h-full">
|
2022-01-03 22:20:10 +08:00
|
|
|
<h3>DashboardAnalysis</h3>
|
|
|
|
<router-link to="/about">about</router-link>
|
|
|
|
</div>
|
2021-09-09 18:40:38 +08:00
|
|
|
</template>
|
|
|
|
|
2022-01-03 22:20:10 +08:00
|
|
|
<script setup lang="ts"></script>
|
2021-09-09 18:40:38 +08:00
|
|
|
<style scoped></style>
|