求助,弹窗中引入地图,地图无法显示 #2934
Unanswered
zhangziyuan1416
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
const A_MAP_URL = 'https://webapi.amap.com/maps?v=2.0&key=7b909f986ccb634b6e02bfd19f183fea';
export default defineComponent({
components: { BasicModal },
props: {
width: {
type: String,
default: '500px',
},
height: {
type: String,
default: '500px',
},
},
});
</script>
Beta Was this translation helpful? Give feedback.
All reactions