8000 fix: fix typo · vueComponent/ant-design-vue-nuxt@3b5ede9 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3b5ede9

Browse files
committed
fix: fix typo
1 parent 5112cee commit 3b5ede9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/types.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,12 @@ export interface Options {
1010

1111

1212
declare module "@nuxt/schema" {
13+
interface NuxtConfig {
14+
antd?: Partial<Options>
15+
}
1316
interface NuxtOptions {
17+
//@ts-expect-error this is a config
1418
antd?: Partial<Options>
1519
}
20+
1621
}

0 commit comments

Comments
 (0)
0