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 1d829cd commit 3402aa7Copy full SHA for 3402aa7
dist/leaflet/include-leaflet.js
@@ -137,7 +137,7 @@
137
138
// iclient
139
if (!inArray(excludes, 'iclient-leaflet')) {
140
- if (supportES6()) {
+ if (supportES6() && !inArray(includes, 'iclient-leaflet-vue')) {
141
inputScript(disturl + '/leaflet/iclient-leaflet-es6.min.js');
142
} else {
143
inputScript(disturl + '/leaflet/iclient-leaflet.min.js');
0 commit comments