mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 01:36:49 +00:00
Add workaround for vulcanize leaflet issue
This commit is contained in:
parent
cf91a5b897
commit
8f13584c14
@ -4,6 +4,9 @@
|
||||
|
||||
<link rel="import" href="../../bower_components/leaflet-map/leaflet-map.html">
|
||||
|
||||
<!-- temp work around -->
|
||||
<link rel="import" type="css" href="../../bower_components/leaflet/dist/leaflet.css" />
|
||||
|
||||
<link rel="import" href="../components/entity/ha-entity-marker.html">
|
||||
|
||||
<style>
|
||||
@ -54,6 +57,6 @@
|
||||
</template>
|
||||
</leaflet-map>
|
||||
</div>
|
||||
</partial-base>
|
||||
</div>
|
||||
</template>
|
||||
</dom-module>
|
||||
|
Loading…
x
Reference in New Issue
Block a user