Disable OPTIONS_DATA_FN flag in Vue compat configuration
What does this MR do and why?
Disable OPTIONS_DATA_FN flag in Vue compat
Vue components data should initialized in a function but Vue compat allows using a raw object.
This change ensure the data is always built with a function and disables the compatibility flag.
References
Screenshots or screen recordings
NA
How to set up and validate locally
NA, a green pipeline is enough.
MR acceptance checklist
Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Edited by Miguel Rincon