diff --git a/docs/components/content/examples/LadderExampleStepObjects.vue b/docs/components/content/examples/LadderExampleStepObjects.vue index d036e0cdba..403ae333ff 100644 --- a/docs/components/content/examples/LadderExampleStepObjects.vue +++ b/docs/components/content/examples/LadderExampleStepObjects.vue @@ -7,7 +7,7 @@ const steps = [ { label: 'Address', icon: 'i-heroicons-home' }, { label: 'Shipping', icon: 'i-heroicons-truck' }, { label: 'Trade-in', icon: 'i-heroicons-arrow-path', disabled: true }, - { label: 'Payment', icon: 'i-heroicons-banknotes', click: () => alert('You clicked Payment!')}, + { label: 'Payment', icon: 'i-heroicons-banknotes', click: () => alert('You clicked Payment!') }, { label: 'Checkout', icon: 'i-heroicons-check' } ]