Enable vue/return-in-computed-property and add explicit fallback returns
Co-Authored-By: Codex <codex@openai.com>
This commit is contained in:
@@ -195,6 +195,7 @@ const caseData = computed(() => {
|
||||
});
|
||||
return data;
|
||||
}
|
||||
return [];
|
||||
});
|
||||
|
||||
const columnData = computed(() => {
|
||||
|
||||
Reference in New Issue
Block a user