Closed proArtex closed 3 years ago
v1.4.0
http://there-is-no-link
VUE_APP_A=A VUE_APP_AB=$VUE_APP_A/B
VUE_APP_A=A VUE_APP_AB=A/B
This works fine in vue-cli SPA, but doesn't work in nuxt. I assume they both use the same library, but nuxt is missing something.
This is possible by simply concatenating them using the runtimeConfig
Version
v1.4.0
Reproduction link
http://there-is-no-link
Steps to reproduce
VUE_APP_A=A VUE_APP_AB=$VUE_APP_A/B
What is expected ?
VUE_APP_A=A VUE_APP_AB=A/B
What is actually happening?
VUE_APP_A=A VUE_APP_AB=$VUE_APP_A/B
Additional comments?
This works fine in vue-cli SPA, but doesn't work in nuxt. I assume they both use the same library, but nuxt is missing something.