docs: improve readability of link to mdn (#28327)

This commit is contained in:
@beer 2024-08-05 20:15:05 +06:00 committed by Daniel Roe
parent df369550f4
commit 8840199e5f
No known key found for this signature in database
GPG Key ID: CBC814C393D93268

View File

@ -10,7 +10,9 @@ This is done through `import.meta`, which is an object that provides your code w
Throughout the Nuxt documentation you may see snippets that use this already to figure out whether the Throughout the Nuxt documentation you may see snippets that use this already to figure out whether the
code is currently running on the client or server side. code is currently running on the client or server side.
:read-more{to="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/import.meta"} ::read-more{to="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/import.meta"}
Read more about `import.meta`.
::
## Runtime (App) Properties ## Runtime (App) Properties