Skip to content

Templates rendering multiple times #10230

Discussion options

You must be logged in to vote

This appears to be an issue unique to Quasar's QCalendar extension and has nothing to do with VueJS. I tested it and everything went fine for me.

VueJS does not rerender/remount just because of a scroll, unless the scroll is linked to some logic from some extension or plugin that changes some state.

Other reasons for re-rendering:

Data Changes: When the data properties of a component change, Vue automatically triggers a re-render to reflect the updated state.

Computed Properties: If a computed property depends on some reactive data and that data changes, the computed property will be reevaluated, leading to a re-render.

Watchers: Vue allows you to watch for changes on a particular piece o…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by twistmala
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants