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
gitea/salix-front/pipeline/pr-dev Something is wrong with the build of this commit
Details
This commit is contained in:
parent
807540b512
commit
8a23bb8734
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue