fix
This commit is contained in:
parent
fa6feee1da
commit
701de9f622
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue