stable

Clone or download

Read-only

Convert ProjectMilestonesEmpty into composition API

part of request #33654 move project milestone widget in vue3 No functional changes Empty state is correctly displayed Why? We need to convert every component from component to composition API in order to bump vue2 to vue3 I took the opportunity of this patch to replace the functional component into a regular component as functional component will no longer be supported in vue3, it should not clutter the review Change-Id: I917ae38c77f3306d47b26bc506824e8fde77aff5

Modified Files

Name
M plugins/projectmilestones/scripts/projectmilestones/src/components/ProjectMilestonesEmpty/RoadmapEmptyStateSection.test.ts +2 −1 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/components/ProjectMilestonesEmpty/RoadmapEmptyStateSection.vue +21 −22 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/components/ProjectMilestonesEmpty/SVGProjectMilestonesEmptyState.vue +3 −1 Go to diff View file