Skip to content

Commit 80c5fdf

Browse files
committed
【update】 新增智慧城市模板示例; review by luoxiao
1 parent 85dfbd2 commit 80c5fdf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dist/mapboxgl/include-mapboxgl.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,9 @@
187187
inputCSS('../../dist/mapboxgl/iclient-mapboxgl-react.css');
188188
inputScript('../../dist/mapboxgl/iclient-mapboxgl-react.min.js');
189189
}
190+
if (inArray(includes, 'vue-cesium')) {
191+
inputScript('https://cdnjs.cloudflare.com/ajax/libs/vue-cesium/2.1.4/lib/index.umd.min.js');
192+
}
190193
}
191194

192195
load();

0 commit comments

Comments
 (0)