2021-09-09 18:40:38 +08:00
|
|
|
<template>
|
2022-01-09 12:20:08 +08:00
|
|
|
<div>
|
2022-01-03 22:20:10 +08:00
|
|
|
<h3>DashboardAnalysis</h3>
|
|
|
|
<router-link to="/about">about</router-link>
|
2022-01-07 18:51:06 +08:00
|
|
|
<router-link to="/dashboard/workbench">workbench</router-link>
|
2022-01-03 22:20:10 +08:00
|
|
|
</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>
|