Skip to content

Commit 47224d4

Browse files
committed
【update】更新组件库
1 parent a603603 commit 47224d4

12 files changed

+27
-15
lines changed

dist/leaflet/iclient-leaflet-vue.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/leaflet/iclient-leaflet-vue.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
22
*
3-
* @supermap/vue-iclient.(http://iclient.supermap.io)
3+
* @supermap/vue-iclient.(https://iclient.supermap.io)
44
* Copyright© 2000 - 2020 SuperMap Software Co.Ltd
55
* license: Apache-2.0
66
* version: v10.1.0-alpha

dist/leaflet/iclient-leaflet-vue.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/leaflet/iclient-leaflet-vue.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/mapboxgl/iclient-mapboxgl-react.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/mapboxgl/iclient-mapboxgl-react.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
22
*
3-
* @supermap/react-iclient.(http://iclient.supermap.io)
3+
* @supermap/react-iclient.(https://iclient.supermap.io)
44
* Copyright© 2000 - 2020 SuperMap Software Co.Ltd
55
* license: Apache-2.0
66
* version: v10.1.0-alpha

dist/mapboxgl/iclient-mapboxgl-react.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/mapboxgl/iclient-mapboxgl-react.min.js

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/mapboxgl/iclient-mapboxgl-vue.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/mapboxgl/iclient-mapboxgl-vue.js

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
22
*
3-
* @supermap/vue-iclient.(http://iclient.supermap.io)
3+
* @supermap/vue-iclient.(https://iclient.supermap.io)
44
* Copyright© 2000 - 2020 SuperMap Software Co.Ltd
55
* license: Apache-2.0
66
* version: v10.1.0-alpha
@@ -28494,9 +28494,13 @@ var install = function install(Vue) {
2849428494
Vue.use(_antDesignVue.Modal);
2849528495
Vue.use(_antDesignVue.Tree);
2849628496
Vue.use(_antDesignVue.Tabs);
28497-
Vue.use(_vueCesium.default, {
28498-
cesiumPath: opts.cesiumPath || '../../static/libs/Cesium/Cesium.js'
28499-
});
28497+
28498+
if (_vueCesium.default) {
28499+
Vue.use(_vueCesium.default, {
28500+
cesiumPath: opts.cesiumPath || '../../static/libs/Cesium/Cesium.js'
28501+
});
28502+
}
28503+
2850028504
Vue.prototype.$message = _antDesignVue.message;
2850128505
(0, _lang.initi18n)(Vue, opts);
2850228506

0 commit comments

Comments
 (0)