Improve footer

This commit is contained in:
karl 2022-04-17 12:20:05 +02:00
parent 1bdb942d35
commit e4db4973cd
2 changed files with 1 additions and 1 deletions

View File

@ -36,5 +36,6 @@ export default {
background-color: lightyellow;
text-align: left;
padding: 1em;
font-size: 0.7em;
}
</style>

View File

@ -61,7 +61,6 @@ export default {
methods: {
onMapClick(value) {
this.position = value.latlng;
console.log(value.latlng);
},
},