-
Notifications
You must be signed in to change notification settings - Fork 58
Open
Description
I find it very difficult to populate a form with existing data derived from a query. in order to update the v-model connected variables in data(), I've tried to do this:
created () {
this.description = this.Post.description
}
but it only works once in a while. (wrong timing)
I've also tried:
watchLoading (isLoading, countModifier) {
if (!isLoading) {
this.description = this.Post.description
}
}
But that does not work either. Any suggestions ?
Metadata
Metadata
Assignees
Labels
No labels