We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://i18n.nuxtjs.org/docs/guide/seo#feature-details [source] https://github.com/nuxt-modules/i18n/blob/main/docs/content/docs/02.guide/06.seo.md?plain=1#L246
In the final example, it mentioned
i18nHead.value.htmlAttrs!.lang
but did not specify <script setup lang="ts"> which may cause errors when users use the example code.
<script setup lang="ts">
Since other templates did not mention using TypeScript, the ! should be removed.
!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
https://i18n.nuxtjs.org/docs/guide/seo#feature-details
[source] https://github.com/nuxt-modules/i18n/blob/main/docs/content/docs/02.guide/06.seo.md?plain=1#L246
In the final example, it mentioned
i18nHead.value.htmlAttrs!.lang
but did not specify
<script setup lang="ts">
which may cause errors when users use the example code.
Since other templates did not mention using TypeScript,
the
!
should be removed.The text was updated successfully, but these errors were encountered: