Skip to content

Commit cd85b64

Browse files
author
Nicolò Maria Mezzopera
committed
chore: minor linting on example file
1 parent 7cfaed0 commit cd85b64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/src/components/GeometryTest.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<div style="height: 10%; overflow: auto;">
44
<h3>Geometry</h3>
55
<button
6-
@click="clickBtn"
6+
@click="clickBtn"
77
>Change rectange style</button>
88
</div>
99
<l-map
@@ -69,7 +69,7 @@ export default {
6969
methods: {
7070
clickBtn () {
7171
this.rectangle.style.weight++;
72-
this.rectangle.style.color = this.rectangle.style.weight % 2 === 0 ? 'blue' : 'green'
72+
this.rectangle.style.color = this.rectangle.style.weight % 2 === 0 ? 'blue' : 'green';
7373
}
7474
}
7575
};

0 commit comments

Comments
 (0)