Commit bea51bf3 authored by Michael Underwood's avatar Michael Underwood
Browse files

Import Leaflet CSS in quickstart

parent e15e2180
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added

- Import of Leaflet CSS in quickstart.


## [0.7.0] - 2022-12-08

+1 −0
Original line number Diff line number Diff line
@@ -67,6 +67,7 @@ possible, and generally remain the same as in their [Vue2Leaflet counterparts](h
</template>

<script>
import "leaflet/dist/leaflet.css";
import { LMap, LTileLayer } from "@vue-leaflet/vue-leaflet";

export default {