This commit is contained in:
parent
68d79024c7
commit
9ca4d56fcf
@ -74,17 +74,15 @@ const icon_type = (item)=>{
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Vue
|
Vue.component('l-map', window.Vue2Leaflet.LMap)
|
||||||
.component('l-map', window.Vue2Leaflet.LMap)
|
Vue.component('l-tile-layer', window.Vue2Leaflet.LTileLayer)
|
||||||
.component('l-tile-layer', window.Vue2Leaflet.LTileLayer)
|
Vue.component('l-marker', window.Vue2Leaflet.LMarker)
|
||||||
.component('l-marker', window.Vue2Leaflet.LMarker)
|
Vue.component('l-icon', window.Vue2Leaflet.LIcon)
|
||||||
.component('l-icon', window.Vue2Leaflet.LIcon)
|
Vue.component('l-popup', window.Vue2Leaflet.LPopup)
|
||||||
.component('l-popup', window.Vue2Leaflet.LPopup)
|
Vue.component('l-tooltip', window.Vue2Leaflet.LTooltip)
|
||||||
.component('l-tooltip', window.Vue2Leaflet.LTooltip)
|
Vue.component('l-control-scale', window.Vue2Leaflet.LControlScale)
|
||||||
.component('l-control-scale', window.Vue2Leaflet.LControlScale)
|
Vue.component('multiselect', window.VueMultiselect.default)
|
||||||
.component('multiselect', window.VueMultiselect.default);
|
Vue.use(window.VueTextareaAutosize);
|
||||||
Vue
|
|
||||||
.use(window.VueTextareaAutosize);
|
|
||||||
|
|
||||||
const app = new Vue({
|
const app = new Vue({
|
||||||
el: '#app',
|
el: '#app',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user