migrate map sheet to composition API and typescript

This commit is contained in:
MaysWind
2025-01-05 17:56:58 +08:00
parent fb8fbbcf70
commit 4f51480af9
3 changed files with 44 additions and 35 deletions
@@ -756,7 +756,7 @@ export default {
if (newValue === 'map') {
this.$nextTick(() => {
if (this.$refs.map) {
this.$refs.map.init();
this.$refs.map.initMapView();
}
});
}