stable

Clone or download

Read-only

request #22238 : Use Ref Vue decorator in Taskboard

Instead of asserting the existence of a ref, it is possible to use the Ref() Vue decorator. It makes it easier to use refs in Vue components. Change-Id: I89dc585148aa29cdbe0543005342847b94c148f1

Modified Files

Name
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/Add/AddButton.vue +4 −6 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/CardWithRemainingEffort.vue +4 −6 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/ChildCard.vue +4 −6 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/Editor/Label/LabelEditor.vue +6 −14 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Header/Expanded/WrongColorPopover.vue +6 −5 Go to diff View file