Not getting :links to work on a :links section in ULangingSection

Is it right to just add url : '/zzz' ? I see the url in the page source, but the button does not go to url link The link I am trying is url: /zzzz
<ULandingSection
title="Sample Test"
description="Our flagship product for zzzz management."
:links="[
{
label: 'Explore ZZZZ',
color: 'gray',
'trailing-icon': 'i-heroicons-arrow-right',
size: 'lg',
url: '/zzzz'
}
]"
</ULandingSection>
<ULandingSection
title="Sample Test"
description="Our flagship product for zzzz management."
:links="[
{
label: 'Explore ZZZZ',
color: 'gray',
'trailing-icon': 'i-heroicons-arrow-right',
size: 'lg',
url: '/zzzz'
}
]"
</ULandingSection>
1 Reply
Dave Herring
Dave Herring3mo ago
Thank you Finlat .. it's not url: but to: that you need the links props is an array of buttons - and the buttons props is the documentation I should have read to see that suntax is to: Getting there with Nuxt:)
Want results from more Discord servers?
Add your server