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 d85944a commit c677f39Copy full SHA for c677f39
packages/nuxt/src/module.ts
@@ -72,7 +72,7 @@ export default defineNuxtModule<ModuleOptions>({
72
getContents: () => `export default ${JSON.stringify(moduleOptions)}`,
73
})
74
75
- const componentPath = await resolvePath('@vueuse/schema-org/components')
+ const componentPath = await resolvePath(`${schemaOrgPath}/runtime/components`)
76
for (const component of schemaOrgComponents) {
77
await addComponent({
78
name: component,
0 commit comments