src/templates/bootstrap/map.js
export default {
form: `
<div id="{{mapId}}" style="min-height: 300px; height: calc(100vh - 600px);" ref="gmapElement"></div>
`,
};

export default {
form: `
<div id="{{mapId}}" style="min-height: 300px; height: calc(100vh - 600px);" ref="gmapElement"></div>
`,
};