前端首页的待办卡片中新增基于localStorage的待办添加与删除功能,并优化页面顶部的消息卡片

This commit is contained in:
zhoumingfa
2024-08-03 23:38:05 +08:00
parent 7d8879abcb
commit 694aa18452
13 changed files with 337 additions and 181 deletions

View File

@@ -70,7 +70,7 @@
import HomeNotice from './home-notice.vue';
import HomeQuickEntry from './components/quick-entry/home-quick-entry.vue';
import OfficialAccountCard from './components/official-account-card.vue';
import ToBeDoneCard from './components/to-be-done-card.vue';
import ToBeDoneCard from './components/to-be-done-card/home-to-be-done.vue';
import ChangelogCard from './components/changelog-card.vue';
import Gauge from './components/echarts/gauge.vue';
import Category from './components/echarts/category.vue';