Skip to content

Commit

Permalink
docs: add missing links in v3.13 blog post (#1647)
Browse files Browse the repository at this point in the history
  • Loading branch information
MuhammadM1998 authored Aug 23, 2024
1 parent 28968ed commit 1637b25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/7.blog/27.v3-13.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ This means _all_ libraries must update their code (or it will break the types of

We've updated our types in Nuxt along these lines but you may experience issues with the latest `vue-router` when used with libraries which haven't yet done so.

Please create an issue with a reproduction - I'll happily help create a PR to resolve in the upstream library in question. Or you may be able to work around the issue by creating a `declarations.d.ts` in the root of your project with the following code ([credit]()):
Please create an issue with a reproduction - I'll happily help create a PR to resolve in the upstream library in question. Or you may be able to work around the issue by creating a `declarations.d.ts` in the root of your project with the following code ([credit](https://github.com/nuxt/nuxt/pull/28542#issuecomment-2293282891) to [@BobbieGoede](https://github.com/BobbieGoede)):

```ts [declarations.d.ts]
import type {
Expand Down

0 comments on commit 1637b25

Please sign in to comment.