This repository has been archived by the owner on Mar 9, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 7
Missing reactivity #132
Comments
Could you please submit the code you're trying to use? Setting the default value in mount() has some implications in vue.js. |
Hum, thanks for bumping the issue, I totally forgot about this one. 😅 I think it's because the prop vuetify-algolia-places/src/VuetifyAlgoliaPlaces.vue Lines 76 to 90 in 4291ef0
Maybe if we add a watcher on vuetify-algolia-places/src/VuetifyAlgoliaPlaces.vue Lines 124 to 128 in 4291ef0
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hey,
I have a use case, where I would want to set the default value in the mounted() method.
If I try this with the Demo, the input field stays empty.
I think it should be possible...
What do you think?
Bye
The text was updated successfully, but these errors were encountered: