This commit is contained in:
Dariusz Szymczak 2023-04-10 19:53:31 +02:00
parent fa6feee1da
commit 701de9f622
1 changed files with 1 additions and 3 deletions

View File

@ -27,9 +27,7 @@
<script>
import { ref } from "vue";
export default {
setup(props) {
console.log('rerender')
const center = ref([props.center.lat, props.center.lon]);
setup() {
const projection = ref("EPSG:4326");
const zoom = ref(8);
const rotation = ref(0);