gpt4 book ai didi

javascript - vue-stripe-elements - 一个文件的配置

转载 作者:行者123 更新时间:2023-11-30 11:36:53 24 4
gpt4 key购买 nike

我很想使用 vue-stripe-elements https://github.com/fromatob/vue-stripe-elements .

提到 import { stripeKey, stripeOptions } from './stripeConfig.json'

但我不知道文件 stripeConfig.json 应该是什么样子。我确定它应该包含我的 stripe 键,但我不知道它应该是哪种格式。

最佳答案

根据这个this Github issue ,我最初通过将 ./stripeConfig.json 重命名为 ./stripeConfig.js 并输入以下内容来解决这个问题:

export const stripeKey = 'pk_test_XXXXXXXXXXXXXXXXXXXXXXXX'
export const stripeOptions = {}

只需用您来自 Stripe 的公钥填写 X 部分即可。

关于stripeOptions为空,这对我来说是一个基本配置,但我认为你可以引用Stripe Elements Documentation填写其他选项。 .

后来,我决定完全跳过加载 .js 文件,而只是从我的 data 函数中返回这些变量。

希望对您有所帮助!

关于javascript - vue-stripe-elements - 一个文件的配置,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44087082/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com