This commit is contained in:
秋帆
2024-11-03 16:37:10 +08:00
191 changed files with 7855 additions and 5796 deletions

View File

@@ -13,20 +13,20 @@ defineProps({
type: Object,
default() {
return {}
}
},
},
autoResize: {
type: Boolean,
default: true
default: true,
},
width: {
type: String,
default: '100%'
default: '100%',
},
height: {
type: String,
default: '100%'
}
default: '100%',
},
})
registerMap('world', worldMap)
registerMap('china', chinaMap)