mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-18 16:54:25 +08:00
migrate map sheet to composition API and typescript
This commit is contained in:
@@ -756,7 +756,7 @@ export default {
|
||||
if (newValue === 'map') {
|
||||
this.$nextTick(() => {
|
||||
if (this.$refs.map) {
|
||||
this.$refs.map.init();
|
||||
this.$refs.map.initMapView();
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user