Skip to content

Commit 8f37da5

Browse files
committed
【fix】fix例子 review by liqian
1 parent 5a94008 commit 8f37da5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/component/components_geojson_vue.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<script>
3131
let data;
3232
$.get("../data/全国671个气象站观测数据.geojson", function(res) {
33-
data = res;
33+
data = JSON.parse(res);
3434
new Vue({
3535
el: "#main",
3636
data() {

0 commit comments

Comments
 (0)