Integrating Google Maps in vue.js

I've been trying to initialize a Google map on my vue.js project while including the script : <script src="https://maps.googleapis.com/maps/api/js?key="MY_API_KEY"&callback=initMap" async d...