How to get access to privateRuntimeConfig for use with the nuxt/axios module

后端 未结 0 2017
孤独总比滥情好
孤独总比滥情好 2020-12-03 01:40

my nuxt.config:

publicRuntimeConfig: {
  axios: {
    baseURL: process.env.API_URL, // where API_URL=https://some3rdpartyapi.com
  },
},
privateRuntimeConfig:         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题