0๐
I found the solution to the missing library. Just need to include the the geoChart script snippet inside the index.html of the vuejs project
<script type="text/javascript" src="https://www.gstatic.com/charts/loader.js">
</script>
<script type="text/javascript" src="https://www.google.com/jsapi"></script>
Source:stackexchange.com