Teoman Kirac

Results 4 comments of Teoman Kirac

@kezek Yes! that was my problem too. Don't remember why I put that v-if there but when I initially removed it it kept getting vuetify breakpoint errors. So I changed...

SAME! Whats the status on this?

Thanks will reproduce error today with what i am using. Very likely my combo of things. Appreciate you taking a look. I am using Nuxt.js v2.4.3, "vuetify": "^1.5.8", "vuetify-google-autocomplete": "^2.0.0-beta.5"....

I solved my issue by adding { VTextField } to my plugins/vuetify.js I think vuetify-google-autocomplete piggybacks off of v-text-field.. I added this: ``` import Vue from 'vue' import Vuetify, {...