Closed ethanclevenger91 closed 8 years ago
In your other project are you including vue-google-maps using npm?
If you are using the standalone version, dist/vue-google-maps.js, you need to first include the Q and Lodash libraries.
Sorry, I ended up bumping up to Vue2 and referencing your fork instead, but what you said sounds like it could have definitely been the issue.
Fresh clone, ran the following from command line:
Build went fine, but when I replace
index.js
in another project depending onvue-google-maps
with the resultingindex.js
and then compile, my browser console immediately throws the following:Uncaught TypeError: u.defer is not a function
Node: 4.6.1 npm: 3.10.9