fix: refs #8224 change arrayData type from Array to Object
gitea/salix-front/pipeline/pr-dev Something is wrong with the build of this commit Details

This commit is contained in:
Alex Moreno 2025-04-24 09:24:49 +02:00
parent 807540b512
commit 8a23bb8734
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ let textValue = '';
defineExpose({ handler }); defineExpose({ handler });
const arrayData = defineModel({ const arrayData = defineModel({
type: Array, type: Object,
}); });
function handler(event) { function handler(event) {