Muhammad Naveed

Results 4 comments of Muhammad Naveed

> Hey @deevannaveed ! could you provide a reproduction for this issue on codesandbox? @codebender828 here is the example: https://codesandbox.io/s/wonderful-lalande-dzc6i?file=/src/App.vue

I have found a solution to this problem, I will be opening a PR as soon I have time, so that others can also benefit from it.

Recently I was getting the same error, I solved it by creating a computed property like below. hasAutocomplete() { return typeof google.maps.places.Autocomplete !== 'function' } then apply an ` v-if`...

@bigplayer-ai > what is the solution? I still could not manage time for writing the whole solution here. I can provide you with the command line utility(my personal build) that...