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

12 lines
198 B
Vue
Raw Normal View History

2021-08-17 14:59:59 +08:00
<template>
<div>
<h3>System</h3>
<n-button>
<router-link to="/home">home</router-link>
</n-button>
</div>
2021-08-17 14:59:59 +08:00
</template>
<script lang="ts" setup></script>
<style scoped></style>