An error occurred while fetching this tab.
Remove Vue set for vue 3 migration
- Jun 30, 2024
-
-
Artur Fedorov authored
Vue.set is no longer supported in Vue 3 has to be replaced with common mutation
-
Describe in detail what your merge request does and why.
This MR partially resolves #452467 (closed)
What was cleaned up from epic:
Vue.set
Vue set is no longer supported in VUE 3
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
NO VISUAL CHANGES
Numbered steps to set up and validate the change are strongly suggested.
VUE_VERSION=3 yarn jest --watch
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
Vue.set is no longer supported in Vue 3 has to be replaced with common mutation