Skip to content

Guarantee all vue data functions return an object

Filipa Lacerda requested to merge 32138-vue-warning into master

What does this MR do?

All vue data functions should return an object

'[Vue warn]: data functions should return an object:
https://vuejs.org/v2/guide/components.html#data-Must-Be-a-Function
(found in <Root>)'

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #32138 (moved)

Merge request reports