Skip to content

Resolve "MR refactor: Performance costs of main element with `v-if`"

What does this MR do?

Changed couple of v-if on root elements of some components in the Vue MR component tree to be v-if already outside on the parent component.

Are there points in the code the reviewer needs to double check?

Check if all v-if from inside are the same also on the outside.

Why was this MR needed?

Improve performance.

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #48898 (closed)

Edited by Filipa Lacerda

Merge request reports

Loading