Skip to content

Commit

Permalink
🔧 chore(link-authentication.md): comment out unused script setup bloc…
Browse files Browse the repository at this point in the history
…k to improve code readability

The script setup block is commented out to improve code readability and remove any confusion about its purpose. This change does not affect the functionality of the component.
  • Loading branch information
jofftiquez committed Jan 19, 2024
1 parent fbc8405 commit 96df0f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/link-authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

The Link Authentication Element is an embeddable UI component that allows you to accept a payment with Stripe Link Payment.

<script setup>
<!-- <script setup>
import { PaymentIntent, LinkAuthentication, useStripe } from 'vue-stripe-demi';;
import { onMounted, ref } from 'vue';
Expand Down Expand Up @@ -74,4 +74,4 @@ async function submit () {
@focus="() => console.log('focus')"
@blur="() => console.log('blur')"
@escape="() => console.log('escape')"
/>
/> -->

0 comments on commit 96df0f5

Please sign in to comment.