docs: fix localhost link (#2986)

This commit is contained in:
Julian Martin 2022-01-29 22:20:41 +01:00 committed by GitHub
parent 3f00803a9a
commit e0b565171f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ Global usage is only possible for Browser but not possible on the server-side to
To extend the `nuxtApp` interface and hook into different stages or access contexts, we can use [Nuxt Plugins](/docs/directory-structure/plugins).
Check [Nuxt App](http://localhost:4000/docs/usage/nuxt-app) for more information about this interface.
Check [Nuxt App](/docs/usage/nuxt-app) for more information about this interface.
`nuxtApp` has the following properties: