docs: fix link to ESM page (#19000)

This commit is contained in:
Tim van den Eijnden 2023-02-13 21:40:13 +01:00 committed by GitHub
parent 6d7be476a2
commit aa409299a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,7 +32,7 @@ If you have a fixture or example in your module, add `@nuxt/bridge` package to i
### Migrate from CommonJS to ESM ### Migrate from CommonJS to ESM
Nuxt 3 natively supports TypeScript and ECMAScript Modules. Please check [Native ES Modules](/docs/guide/going-further/esm) for more info and upgrading. Nuxt 3 natively supports TypeScript and ECMAScript Modules. Please check [Native ES Modules](/docs/guide/concepts/esm) for more info and upgrading.
### Ensure Plugins Default Export ### Ensure Plugins Default Export