volcano621 commented on issue #15527:
URL: https://github.com/apache/echarts/issues/15527#issuecomment-1655547925
@emeryao When I open the webpage, I encounter the error `Failed to resolve
import "echarts/types/src/coord/geo/geoTypes" from
"src\components\Overview\MapView.vue". Does the file exist?` despite the
absence of any errors in my IDE .My code is here
```js
import * as echarts from "echarts";
import { GeoJSON } from 'echarts/types/src/coord/geo/geoTypes';
import chinaJson from "../../mock/index.json";
echarts.registerMap('china', (chinaJson) as GeoJSON);
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]