From dc01ba3670a8c6ac56ede0a90f05e50fec85f738 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=9D=E5=85=88=E7=91=9E?= <1490493387@qq.com> Date: Mon, 7 Feb 2022 06:03:53 +0000 Subject: [PATCH] =?UTF-8?q?refactor(dashbaord/index.vue):=20=E5=88=A0?= =?UTF-8?q?=E9=99=A4=E6=97=A0=E7=94=A8=E5=BC=95=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/dashboard/index.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/views/dashboard/index.vue b/src/views/dashboard/index.vue index 2eae1f88..4e2c6fc0 100644 --- a/src/views/dashboard/index.vue +++ b/src/views/dashboard/index.vue @@ -106,7 +106,6 @@ import {computed, nextTick, onMounted, reactive, toRefs, watchEffect} from "vue" // 组件引用 import GithubCorner from '@/components/GithubCorner/index.vue' -import TodoList from './components/TodoList/index.vue' import SvgIcon from '@/components/SvgIcon/index.vue' import BarChart from "./components/Chart/BarChart.vue"; import PieChart from "./components/Chart/PieChart.vue";