zouyaoji / vue-cesium

🎉 Vue 3.x components for CesiumJS.
https://zouyaoji.top/vue-cesium
MIT License
1.47k stars 317 forks source link

[Bug Report] 分析组件无法根据部分参数修改按钮的功能参数 #351

Closed flywin8 closed 1 year ago

flywin8 commented 1 year ago

VueCesium version

3.1.3

OS/Browsers version

Windows 10 / Chrome 112

Vue version

3.2.47

Cesium version

1.102.0

Reproduction Link

https://github.com/flywin8/vue-cesium

Steps to reproduce

由于无法深度合并功能按钮参数对象,vc-drawings 组件无法通过 pointDrawingOpts 对象中 pointOpts: { color: 'red' } 单独修改颜色,必须设置pointOpts的所有必填属性值才可以

What is Expected?

通过 pointDrawingOpts 对象中 pointOpts: {color:'red'} 单独修改颜色

What is actually happening?

无法通过 pointDrawingOpts 对象中 pointOpts: {color:'red'} 单独修改颜色