Update OpenFile.vue to Ensure Proper File Parsing - Modified the `parsedFiles` computed property in OpenFile.vue to check if `this.value` is an array before mapping over it. This change prevents potential errors when `this.value` is null or not an array, enhancing the robustness of the file parsing logic. These changes aim to improve the reliability of file handling within the component, ensuring that only valid arrays are processed. |
||
|---|---|---|
| .. | ||
| OpenCheckbox.vue | ||
| OpenDate.vue | ||
| OpenFile.vue | ||
| OpenMatrix.vue | ||
| OpenSelect.vue | ||
| OpenTag.vue | ||
| OpenText.vue | ||
| OpenUrl.vue | ||
| ResizableTh.vue | ||