Skip to content

Commit

Permalink
【feature】动态标记图层 props 赋初始值优化
Browse files Browse the repository at this point in the history
  • Loading branch information
xiongjiaojiao committed Jul 5, 2024
1 parent c020f48 commit 1ed6f12
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class AnimateMarkerLayer extends Mixins(MapGetter, Layer) {
@Prop() textField: string;
@Prop() fitBounds: boolean = true;
@Prop({ default: true }) fitBounds: boolean;
@Watch('features')
featuresChanged(newVal, oldVal) {
Expand Down

0 comments on commit 1ed6f12

Please sign in to comment.