Skip to content

Commit c178d32

Browse files
committed
【fix】优化示例
1 parent c516c4a commit c178d32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/mapboxgl/components_animate_marker_layer_vue.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@
5252
<sm-animate-marker-layer :features="features" :type="type" v-bind="param"></sm-animate-marker-layer>
5353
</sm-web-map>
5454
<a-radio-group class="radio-group" v-model="type" @change="changeType">
55-
<a-radio-button value="breathingAperture">{{ resources.btn_rotatingTextBorder }}</a-radio-button>
55+
<a-radio-button value="breathingAperture">{{ resources.btn_breathingAperture }}</a-radio-button>
5656
<a-radio-button value="haloRing">{{ resources.btn_haloRing }}</a-radio-button>
5757
<a-radio-button value="rotatingAperture">{{ resources.btn_rotatingAperture }}</a-radio-button>
5858
<a-radio-button value="diffusedAperture">{{ resources.btn_diffusedAperture }}</a-radio-button>
59-
<a-radio-button value="rotatingTextBorder">{{ resources.btn_breathingAperture }}</a-radio-button>
59+
<a-radio-button value="rotatingTextBorder">{{ resources.btn_rotatingTextBorder }}</a-radio-button>
6060
</a-radio-group>
6161
</div>
6262
<script>

0 commit comments

Comments
 (0)