fix(projects): 修复顶部加载条主题

This commit is contained in:
Soybean
2021-08-26 17:43:03 +08:00
parent d00bb2286e
commit ea5917d225
11 changed files with 58 additions and 36 deletions

View File

@ -5,6 +5,7 @@
{{ item.label }}
</n-button>
</n-space>
<router-link to="/system">system</router-link>
</div>
</template>

View File

@ -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>