mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
fix(projects): 修复顶部加载条主题
This commit is contained in:
@ -5,6 +5,7 @@
|
||||
{{ item.label }}
|
||||
</n-button>
|
||||
</n-space>
|
||||
<router-link to="/system">system</router-link>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
@ -1,5 +1,10 @@
|
||||
<template>
|
||||
<div>System</div>
|
||||
<div>
|
||||
<h3>System</h3>
|
||||
<n-button>
|
||||
<router-link to="/home">home</router-link>
|
||||
</n-button>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script lang="ts" setup></script>
|
||||
|
Reference in New Issue
Block a user