diff --git a/src/pages/mobile/DictManage.vue b/src/pages/mobile/DictManage.vue index 73e21d0b..d086d069 100644 --- a/src/pages/mobile/DictManage.vue +++ b/src/pages/mobile/DictManage.vue @@ -60,6 +60,9 @@ const groupedByCategoryAndTag = $computed(() => { return data }) +const articles = $computed(() => { + +})