10 lines
140 B

<Email address='hello@example.com'/>
<script>
import Email from './Email.html';
export default {
components: { Email },
};
</script>