chore: 同步完整版代码

This commit is contained in:
xiaoxian521
2022-11-11 12:07:08 +08:00
parent 12973dcf5b
commit 6dc29c134f
16 changed files with 1096 additions and 790 deletions

View File

@@ -9,7 +9,7 @@ const dropdownDom = templateRef<ElRef | null>("dropdownDom", null);
const activeName = ref(noticesData[0].name);
const notices = ref(noticesData);
let noticesNum = ref(0);
const noticesNum = ref(0);
notices.value.forEach(notice => {
noticesNum.value += notice.list.length;
});