stable

Clone or download

Read-only

Use Vue Composition API in a basic component of Test Plan

To test, trigger an error during the creation of a new campaign. Part of request #25317 Demonstrate how to use Composition API in Vue 2 app Change-Id: I96b38b4758e14d4e9558484b877c7bcc65b5b25f

Modified Files

Name
M plugins/testplan/package.json +1 −0 Go to diff View file
M plugins/testplan/pnpm-lock.yaml +15 −0 Go to diff View file
M plugins/testplan/scripts/test-plan/index.ts +2 −0 Go to diff View file
M plugins/testplan/scripts/test-plan/src/components/Campaigns/CreateModalErrorFeedback.vue +13 −10 Go to diff View file