Commit 77abc49f authored by liziwl's avatar liziwl
Browse files

fix compile

parent 69e801e7
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -592,10 +592,12 @@ export default {
</script>

<!-- Add "scoped" attribute to limit CSS to this component only -->
<style scoped src="maplibre-gl/dist/maplibre-gl.css"></style>
<style scoped>
@import 'https://code.bdstatic.com/npm/maplibre-gl@1.15.2/dist/maplibre-gl.css';
/*@import '~maplibre-gl/dist/maplibre-gl.css';*/
/* @import 'https://code.bdstatic.com/npm/maplibre-gl@1.15.2/dist/maplibre-gl.css'; */
/* @import 'maplibre-gl/dist/maplibre-gl.css'; */
/* https://webpack.js.org/loaders/sass-loader/#resolving-import-at-rules */

.map-container {
  height: 400px;
  width: 100%;