ElemeFE / vue-amap

🌍 基于 Vue 2.x 和高德地图的地图组件
https://elemefe.github.io/vue-amap/
MIT License
3.33k stars 584 forks source link

Vue+ts项目中使用vue-amap #629

Open StorySpeaker opened 3 years ago

StorySpeaker commented 3 years ago

提示AmapUI找不到,也没给个import

BeHappyWsz commented 3 years ago

AMapUI不用import呀。 1.globals注入一下,防止undefined 2.直接像官网的用就行。

FlyFishCode commented 3 years ago

globals注入了也不行。控制台会报错 Cannot read property 'prototype' of undefined