Url field displays the value as a simple http connection.
<template>
<va-url-field source="url" target="_self"></va-url-field>
</template>
Creates a simple url link:
<a href="https://www.example.org">https://www.example.org</a>
Property | Type | Description |
---|---|---|
source | string |
The property of the resource to fetch the value to display. Supports dot display for slot used object. |
item | null |
Overrides the default element added by VaShow . |
target | string |
The target value of the link is external by default. |