We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a94008 commit 8f37da5Copy full SHA for 8f37da5
examples/component/components_geojson_vue.html
@@ -30,7 +30,7 @@
30
<script>
31
let data;
32
$.get("../data/全国671个气象站观测数据.geojson", function(res) {
33
- data = res;
+ data = JSON.parse(res);
34
new Vue({
35
el: "#main",
36
data() {
0 commit comments