Skip to content

Commit 09e28d9

Browse files
authored
Merge 3046083 into d8217a9
2 parents d8217a9 + 3046083 commit 09e28d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/nuxt-jsonld/src/module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export default defineNuxtModule<ModuleOptions>({
2828
},
2929
});
3030

31-
declare module '@vue/runtime-core' {
31+
declare module 'vue' {
3232
interface ComponentCustomOptions {
3333
jsonld?: JsonLDFunc;
3434
}

0 commit comments

Comments
 (0)