fantasia-archive/src/components/data-cy.vue

8 lines
106 B
Vue

<template>
<div data-cy="wrapper">
<p data-cy="paragraph">
Test
</p>
</div>
</template>