Skip to content

Commit

Permalink
Update moving-from-nuxtjs-dotenv-to-runtime-config.md (#494)
Browse files Browse the repository at this point in the history
Co-authored-by: Debbie O'Brien <debs-obrien@users.noreply.github.com>
  • Loading branch information
7audio and debs-obrien committed Aug 11, 2020
1 parent 4e665a4 commit 6814220
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ You can still use the env property and it is still useful for env variables that

## Using your config values

Once you have stored your values in the public or private runtime config in your `nuxt.config` file you can then access these values anywhere by using the context in your pages, store, components and plugins by using `this.$config` or `context.$config instead.`
Once you have stored your values in the public or private runtime config in your `nuxt.config` file you can then access these values anywhere by using the context in your pages, store, components and plugins by using `this.$config` or `context.$config` instead.

```html{}[pages/index.vue]
<script>
Expand Down

0 comments on commit 6814220

Please sign in to comment.