Skip to content

v0.8.5

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Dec 14:05
· 37 commits to main since this release

   🚀 Features

<script setup>
import { EHead, EStyle } from 'vue-email'
</script>

<template>
  <EHead>
    <title>Email title</title>
    <meta name="description" content="Description">
    <EStyle>
      body { background-color: #fff; }
    </EStyle>
  </EHead>
</template>
    View changes on GitHub