-
-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
1,016 additions
and
3,676 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -91,5 +91,10 @@ | |
"resolutions": {}, | ||
"scripts": {}, | ||
"devDependencies": {} | ||
}, | ||
"pnpm": { | ||
"patchedDependencies": { | ||
"@nuxt/[email protected]": "patches/@[email protected]" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
diff --git a/dist/runtime/components/Link.vue b/dist/runtime/components/Link.vue | ||
index aaf57eeff08b17cefc8dd8231ccd7fb859f665ad..9c7dd1d539c068d53a6d9b20da2d6bd1527c354d 100644 | ||
--- a/dist/runtime/components/Link.vue | ||
+++ b/dist/runtime/components/Link.vue | ||
@@ -4,7 +4,7 @@ import { tv } from 'tailwind-variants' | ||
import type { AppConfig } from '@nuxt/schema' | ||
import _appConfig from '#build/app.config' | ||
import theme from '#build/ui/link' | ||
-import type { NuxtLinkProps } from '#app' | ||
+import type { NuxtLinkProps } from 'nuxt/app' | ||
|
||
const appConfig = _appConfig as AppConfig & { ui: { link: Partial<typeof theme> } } | ||
|
Oops, something went wrong.