ruoyi-plus-soybean/src/views/about/index.vue

10 lines
164 B
Vue
Raw Normal View History

<template>
<div>
<h3>about</h3>
<router-link to="/">analysis</router-link>
</div>
</template>
<script setup lang="ts"></script>
<style scoped></style>