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

@ -0,0 +1,8 @@
<template>
<div>
<router-view />
</div>
</template>
<script lang="ts" setup></script>
<style scoped></style>