mapbox-gl-vue
Advanced tools
Comparing version 1.4.0 to 1.4.1
@@ -76,3 +76,3 @@ /******/ (function(modules) { // webpackBootstrap | ||
/* harmony default export */ __webpack_exports__["default"] = ({ | ||
template: '<div id="map"></div>', | ||
template: '<div :id="(mapOptions.hasOwnProperty(\'container\') ? mapOptions.container : \'map\')"></div>', | ||
data () { | ||
@@ -79,0 +79,0 @@ return { |
@@ -7,3 +7,3 @@ 'use strict'; | ||
exports.default = { | ||
template: '<div id="map"></div>', | ||
template: '<div :id="(mapOptions.hasOwnProperty(\'container\') ? mapOptions.container : \'map\')"></div>', | ||
data: function data() { | ||
@@ -10,0 +10,0 @@ return {}; |
{ | ||
"name": "mapbox-gl-vue", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"description": "A Vue.js component for Mapbox GL js", | ||
@@ -5,0 +5,0 @@ "main": "dist/Mapbox.js", |
export default { | ||
template: '<div id="map"></div>', | ||
template: '<div :id="(mapOptions.hasOwnProperty(\'container\') ? mapOptions.container : \'map\')"></div>', | ||
data () { | ||
@@ -4,0 +4,0 @@ return { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
80808