74 |
75 |
76 | {{ event.error.message }}
77 |
78 | ```
79 |
80 | ### Vue 2
81 |
82 | Install `@vue/composition-api` as a dependency. Everything else should be similar to the example above for Vue 3.
83 |
84 | ### Downloading directly from CDN
85 |
86 | Make sure `vue-demi` is included before `vue-use-stripe`:
87 |
88 | ```html
89 |
90 |
91 |
92 |
93 |
94 |
95 |
99 | ```
100 |
101 | ### API
102 |
103 | ```ts
104 | useStripe(options: StripeOptions): {
105 | // Reactive reference to the Stripe instance (created using `window.Stripe`) with proper typings
106 | stripe: Ref