DruxtFieldLink
DruxtFieldLink
Deprecated
Link field.
.computed
Kind: static property of DruxtFieldLink
.links : Array.<object>
Array of Link components and properties.
Kind: static property of computed
Example
[
// External URL.
{
component: 'a',
props: {
href: 'https://example.com'
}
},
// Internal path.
{
component: 'nuxt-link',
props: {
to: '/'
}
}
]