File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ These examples use Vue Composition API and TypeScript.
154154- [ Card] ( examples/CardElement.vue )
155155- [ Express Checkout] ( examples/ExpressCheckoutElement.vue )
156156
157- #### Screenshot
157+ ### Screenshot
158158
159159![ Vue Stripe.js demo screenshot] ( examples/demo/demo_screenshort.png )
160160
@@ -204,7 +204,7 @@ type StripeElementType =
204204
205205## Events
206206
207- ``` vue
207+ ``` html
208208<StripeElement @blur =" doSomething" />
209209```
210210Following events are emitted on StripeElement
@@ -223,7 +223,7 @@ Following events are emitted on StripeElement
223223
224224Apply classes to components
225225
226- ``` vue
226+ ``` html
227227<StripeElements class =" border" >
228228 <StripeElement class =" p-4" type =" card" :options =" cardOptions" />
229229</StripeElements >
You can’t perform that action at this time.
0 commit comments