We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8dd879e + 3ac8053 commit a52b88dCopy full SHA for a52b88d
docs/examples/simple.md
@@ -8,7 +8,7 @@ pageClass: example-page
8
<template>
9
10
<div style="height: 500px; width: 100%">
11
- <div style="height: 200px overflow: auto;">
+ <div style="height: 200px; overflow: auto;">
12
<p>First marker is placed at {{ withPopup.lat }}, {{ withPopup.lng }}</p>
13
<p>Center is at {{ currentCenter }} and the zoom is: {{ currentZoom }}</p>
14
<button @click="showLongText">
0 commit comments