We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0073f1 commit e9658deCopy full SHA for e9658de
src/utils/schema/index.ts
@@ -126,7 +126,7 @@ export function replaceComponentSchemas<T = Draft07Definition | Draft07Definitio
126
// Ignore error
127
}
128
129
- const meta = getComponentMeta(path, { rootDir: nuxt.options.rootDir })
+ const meta = getComponentMeta(path, { rootDir: nuxt.options.rootDir, cache: true })
130
return propsToJsonSchema(meta.props) as T
131
132
0 commit comments