提交 93b65d2f 编写于 作者: H hdx

feat(unicloud-db): 调整 prop 类型,使用数组定义支持的多个类型

上级 24b82e82
......@@ -201,7 +201,7 @@
}>,
props: {
collection: {
type: Object,
type: [String, Object],
default: ''
},
field: {
......@@ -213,7 +213,7 @@
default: ''
},
where: {
type: Object,
type: [String, Object],
default: ''
},
pageData: {
......@@ -233,7 +233,7 @@
default: false
},
gettree: {
type: Object,
type: [String, Object],
default: ''
},
gettreepath: {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册