Skip to content

Commit 9c7a0eb

Browse files
authored
Added Missing Semicolon in Line 11 Styles
1 parent 5726da2 commit 9c7a0eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/examples/simple.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ pageClass: example-page
88
<template>
99

1010
<div style="height: 500px; width: 100%">
11-
<div style="height: 200px overflow: auto;">
11+
<div style="height: 200px; overflow: auto;">
1212
<p>First marker is placed at {{ withPopup.lat }}, {{ withPopup.lng }}</p>
1313
<p>Center is at {{ currentCenter }} and the zoom is: {{ currentZoom }}</p>
1414
<button @click="showLongText">

0 commit comments

Comments
 (0)