@@ -56,20 +63,23 @@
title="Ready to build your next Nuxt app?"
description="Join thousands of developers building with Nuxt and Nuxt UI. Get this template and start shipping today."
variant="subtle"
- :links="[{
- label: 'Start building',
- to: 'https://ui.nuxt.com/docs/getting-started/installation/nuxt',
- target: '_blank',
- trailingIcon: 'i-lucide-arrow-right',
- color: 'neutral'
- }, {
- label: 'View on GitHub',
- to: 'https://github.com/nuxt-ui-templates/starter',
- target: '_blank',
- icon: 'i-simple-icons-github',
- color: 'neutral',
- variant: 'outline'
- }]"
+ :links="[
+ {
+ label: 'Start building',
+ to: 'https://ui.nuxt.com/docs/getting-started/installation/nuxt',
+ target: '_blank',
+ trailingIcon: 'i-lucide-arrow-right',
+ color: 'neutral',
+ },
+ {
+ label: 'View on GitHub',
+ to: 'https://github.com/nuxt-ui-templates/starter',
+ target: '_blank',
+ icon: 'i-simple-icons-github',
+ color: 'neutral',
+ variant: 'outline',
+ },
+ ]"
/>