Email

Email field creates a simple mailto link with a tags.

<template>
  <va-email-field source="email"></va-email-field>
</template>

Creates a simple mailto link:

<a href="mailto:[email protected]">[email protected]</a>

Displays the value as a mailto link.

Mixins

  • Field
  • Source
  • Resource

Properties

Property Type Description
source string The property of the resource to fetch the value to display. Supports dot representation for slot used object.
item null Overrides the default element added by VaShow.