gpt4 book ai didi

javascript - 我可以在 nuxt.config.js 中访问 nuxt 上下文吗?

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

我正在使用 nuxt-i18n@nuxtjs/auth我想配置auth.redirect像这样支持 i18n 的选项:

// nuxt.config.js

export default {
modules: [
'@nuxtjs/auth',
'nuxt-i18n',
// ...
],
auth: {
redirect: {
home: localePath('/dashboard'),
// ...
},
},
// ...
};

通常,就像 this.$store ,我可以访问 localePath nuxt-i18n提供的功能通过应用实例或 context喜欢 this.$localePathapp.localePath .但是 nuxt.config.js里面怎么能用呢?文件?

最佳答案

如果 @nuxt/auth 模块存在 i18n 重定向支持问题,我找到了解决方法:https://github.com/nuxt-community/auth-module/issues/1116#issuecomment-824814739 .
信用 @azrikahar

关于javascript - 我可以在 nuxt.config.js 中访问 nuxt 上下文吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60953830/

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