问题描述
重现步骤
const app = createApp(App)
app.use(createGuard({
appId: 'xxx',
mode: 'modal',
}))
环境
vue3 + chrome最新版 + “@authing/guard-vue3”: “^5.1.0”
最基础的写法,包都是最新的, 出现undefined, 是哪里配置不对么,,还是说免费用户就用不了内嵌模式
const app = createApp(App)
app.use(createGuard({
appId: 'xxx',
mode: 'modal',
}))
vue3 + chrome最新版 + “@authing/guard-vue3”: “^5.1.0”
最基础的写法,包都是最新的, 出现undefined, 是哪里配置不对么,,还是说免费用户就用不了内嵌模式
你好,把配置截图发一下,重要信息打码
你的 appId 发我下 wx:1047832475
从 public config 中看到你那边配置了安全域,检查下,浏览器本地访问的地址和安全域配置要严格一致,多个安全域用换行分割。