components

Link

A hyperlink to web pages, email addresses, or anything else a URL can address.

Usage

Add the component to your email template. Include styles where needed.

<script setup>
import { ELink } from 'vue-email';
</script>

<template>
  <e-link href="https://vuejs.org">Go to vue</e-link>
</template>

Props

hrefrequired
string

Link to be triggered when the button is clicked

target
string

Specify the target attribute for the button link