🐛 Fixed gqlType
This commit is contained in:
parent
eca1dc8e66
commit
62f52a0be1
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ export default {
|
|||
"gql-field": () => import("./field")
|
||||
},
|
||||
props: {
|
||||
gqlType: Object
|
||||
gqlType: {}
|
||||
}
|
||||
};
|
||||
</script>
|
||||
|
|
|
|||
Loading…
Reference in a new issue