Skip to content

Commit

Permalink
Update js/src/VueTemplateRenderer.js
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenbreddels authored Dec 7, 2023
1 parent 828c11d commit 11feb2f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions js/src/VueTemplateRenderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,9 @@ function createWatches(model, parentView, templateWatchers) {
deep: true,
},
}), {})
/* Overwritten keys from templateWatchers are handled in modelWatchers
so that we eventually call all handlers from templateWatchers.
*/
return {...templateWatchers, ...modelWatchers};
}

Expand Down

0 comments on commit 11feb2f

Please sign in to comment.