ruoyi-plus-soybean/src/views/dashboard/analysis/index.vue

11 lines
262 B
Vue
Raw Normal View History

<template>
2022-01-07 18:51:06 +08:00
<div class="h-[120%]">
<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>
</div>
</template>
<script setup lang="ts"></script>
<style scoped></style>