This commit is contained in:
杨鹏
2025-09-09 22:07:09 +08:00
parent 4e5d687c18
commit 1a1bbec15c
9 changed files with 404 additions and 9 deletions
+2 -2
View File
@@ -212,8 +212,8 @@
});
const searchModel = computed(() => {
return props.defaultSearch
})
return props.defaultSearch;
});
const themeBgColor = computed(() => {
if (props.dark) {