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

10 lines
193 B
Vue
Raw Normal View History

<template>
<div class="h-full">
<h3>DashboardAnalysis</h3>
<router-link to="/about">about</router-link>
</div>
</template>
<script setup lang="ts"></script>
<style scoped></style>