Skip to content

Commit

Permalink
fix: augment vue instead of @vue/runtime-core
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanwilke authored Dec 18, 2024
1 parent 3b941cb commit a9fb0ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import type {
} from "@storyblok/js";
import type { VNode } from "vue";

declare module "@vue/runtime-core" {
declare module "vue" {
export interface GlobalComponents {
StoryblokComponent: typeof StoryblokComponent;
}
Expand Down

0 comments on commit a9fb0ba

Please sign in to comment.