mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-19 05:48:17 +00:00
fix: 修改dataSource items -> list
This commit is contained in:
parent
5a801781ce
commit
46eadd1748
@ -53,5 +53,5 @@
|
|||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"registry": "http://registry.npm.alibaba-inc.com"
|
"registry": "http://registry.npm.alibaba-inc.com"
|
||||||
},
|
},
|
||||||
"homepage": "https:/unpkg.alibaba-inc.com/@ali/lowcode-react-renderer@0.8.13/build/index.html"
|
"homepage": "https://unpkg.alibaba-inc.com/@ali/lowcode-react-renderer@0.8.13/build/index.html"
|
||||||
}
|
}
|
||||||
|
|||||||
@ -12,5 +12,5 @@ export interface DataSourceConfig {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export interface DataSource {
|
export interface DataSource {
|
||||||
items: DataSourceConfig[];
|
list: DataSourceConfig[];
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user