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.
154
154
- [ Card] ( examples/CardElement.vue )
155
155
- [ Express Checkout] ( examples/ExpressCheckoutElement.vue )
156
156
157
- #### Screenshot
157
+ ### Screenshot
158
158
159
159
![ Vue Stripe.js demo screenshot] ( examples/demo/demo_screenshort.png )
160
160
@@ -204,7 +204,7 @@ type StripeElementType =
204
204
205
205
## Events
206
206
207
- ``` vue
207
+ ``` html
208
208
<StripeElement @blur =" doSomething" />
209
209
```
210
210
Following events are emitted on StripeElement
@@ -223,7 +223,7 @@ Following events are emitted on StripeElement
223
223
224
224
Apply classes to components
225
225
226
- ``` vue
226
+ ``` html
227
227
<StripeElements class =" border" >
228
228
<StripeElement class =" p-4" type =" card" :options =" cardOptions" />
229
229
</StripeElements >
You can’t perform that action at this time.
0 commit comments