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