fix
This commit is contained in:
parent
fa6feee1da
commit
701de9f622
|
@ -27,9 +27,7 @@
|
||||||
<script>
|
<script>
|
||||||
import { ref } from "vue";
|
import { ref } from "vue";
|
||||||
export default {
|
export default {
|
||||||
setup(props) {
|
setup() {
|
||||||
console.log('rerender')
|
|
||||||
const center = ref([props.center.lat, props.center.lon]);
|
|
||||||
const projection = ref("EPSG:4326");
|
const projection = ref("EPSG:4326");
|
||||||
const zoom = ref(8);
|
const zoom = ref(8);
|
||||||
const rotation = ref(0);
|
const rotation = ref(0);
|
||||||
|
|
Loading…
Reference in New Issue