This commit is contained in:
2024-07-05 16:31:53 +08:00
parent 2e260db9e5
commit c761fe7993
2 changed files with 8 additions and 15 deletions

View File

@@ -11,7 +11,6 @@ export function resetScreenMode() {
screenMode.value = ScreenMode.both
}
export const bothAndProblem = computed(
() =>
screenMode.value === ScreenMode.both ||