Fix ATTR_ENUMERATED_COERCION for contenteditable
What does this MR do and why?
This MR fixes ATTR_ENUMERATED_COERCION
As a part of Vue 3 migration ATTR_ENUMERATED_COERCION is deprecated
It is important to replace attribute to v-bind
syntax
Screenshots or screen recordings
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
***NO VISUAL CHANGES***
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.
- Check out branch
- Check files
- Run newly added tests
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Related to #428638 (closed)