Skip to content
On this page

Html

A vue html component to wrap emails.

Usage

vue
<template>
  <e-html lang="en">
    <!-- ... -->
  </e-html>
</template>

<script setup>
import { EHtml } from 'vue-email';
</script>
NametypeDefaultDescription
langstringenThe language of the email

Released under the MIT License.