stable
Clone or download
Read-only
Show how to asynchronously load components in a Vue 2 component using the composition API
A few changes have been made to the tests becasue there were not using a "local Vue" instance similar to the real one. Part of request #25317 Demonstrate how to use Composition API in Vue 2 app Change-Id: I1790b02f0fa3bb252c13f67b24f19ac75aa1f0d0
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/testplan/scripts/test-plan/src/components/Campaigns/ListOfCampaigns.test.ts | +27 | −24 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/components/Campaigns/ListOfCampaigns.vue | +43 | −58 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/store/campaign/campaign-actions.ts | +5 | −0 | Go to diff View file |