refactor: refs #8717 change toModule prop type from String to Object
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
This commit is contained in:
parent
1a46576572
commit
fb00824ee3
|
@ -30,7 +30,7 @@ const $props = defineProps({
|
|||
default: null,
|
||||
},
|
||||
toModule: {
|
||||
type: String,
|
||||
type: Object,
|
||||
default: null,
|
||||
},
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue