Marco Elissa

Results 2 comments of Marco Elissa

You can pass functions as props. Here is how I'd do it: Define the function to catch event from child component in parent ```javascript export default { name: 'ParentComp' methods:...

Temporary fix: set the version to 3.38 `Vue.use(VueGoogleMaps, { load: { key: 'YOUR_API_KEY', libraries: 'places', v: 3.38 } })`