stable
Clone or download
Read-only
Part of request #25317 Demonstrate how to use Composition API in Vue 2 app Change-Id: I9b3c15429d2b74eaab508328730b1b8588247d28
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/testplan/scripts/test-plan/src/components/BacklogItems/BacklogItemCard.test.ts | +7 | −2 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/components/BacklogItems/BacklogItemCard.vue | +53 | −60 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/components/BacklogItems/TestDefinitions/TestDefinitionCard.test.ts | +5 | −2 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/components/BacklogItems/TestDefinitions/TestDefinitionCard.vue | +31 | −38 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/store/backlog-item/backlog-item-mutations.ts | +7 | −0 | Go to diff View file |