docs: 删除注释

Former-commit-id: 7aa88135f5efd9df02c359439acb2c73e178fcbc
This commit is contained in:
haoxr
2023-02-21 00:11:54 +08:00
parent df8a291d69
commit 843e62df9e

View File

@@ -3,7 +3,6 @@ export default { name: 'Dashboard' };
</script>
<script setup lang="ts">
// 组件引用
import GithubCorner from '@/components/GithubCorner/index.vue';
import SvgIcon from '@/components/SvgIcon/index.vue';
import BarChart from './components/BarChart.vue';