sealday
ede7ead8b1
Co-authored-by: sealday <sealday@gmail.com> Reviewed-on: daoyoucloud/tachybase#1045
14 lines
251 B
TypeScript
14 lines
251 B
TypeScript
export const point = {
|
|
options: () => ({
|
|
type: 'point',
|
|
uiSchema: {
|
|
type: 'void',
|
|
'x-component': 'Map',
|
|
'x-component-designer': 'Map.Designer',
|
|
'x-component-props': {
|
|
mapType: 'amap',
|
|
},
|
|
},
|
|
}),
|
|
};
|