@solidgate/vue-sdk 1.0.1 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -30,7 +30,7 @@ const merchantData: InitConfig['merchantData'] = {
|
|
|
30
30
|
</script>
|
|
31
31
|
```
|
|
32
32
|
|
|
33
|
-
In order to render google/apple button in custom container define Payment as async component and pass
|
|
33
|
+
In order to render google/apple button in custom container define Payment as async component and pass link to container element
|
|
34
34
|
```vue
|
|
35
35
|
<template>
|
|
36
36
|
<Payment
|