Skip to content

Commit

Permalink
fix: vue type augmentations (#1274)
Browse files Browse the repository at this point in the history
Fix vue type augmentations
  • Loading branch information
dovca authored Aug 25, 2023
1 parent 9a8d2fa commit 2c3144b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { Thing, Graph, WithContext } from 'schema-dts';
import createJsonldMixin from './createMixin';
import decorator from './decorator';

declare module 'vue' {
declare module 'vue/types/options' {
// eslint-disable-next-line @typescript-eslint/no-unused-vars
interface ComponentOptions<V extends VueT> {
jsonld?: () => WithContext<Thing> | WithContext<Thing>[] | Graph | null;
Expand Down

0 comments on commit 2c3144b

Please sign in to comment.