Skip to content

Commit a52b88d

Browse files
authored
Merge pull request #654 from AmirAsghary/master
Added Missing Semicolon in Styles
2 parents 8dd879e + 3ac8053 commit a52b88d

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)