Skip to content

Commit

Permalink
fix: augment vue rather than @vue/runtime-core (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenPewsey authored Aug 28, 2024
1 parent 9b0dd2c commit fc66c4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/globalExtensions.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type { PrismicPlugin } from "./types";

declare module "@vue/runtime-core" {
declare module "vue" {
export interface ComponentCustomProperties {
/**
* `@prismicio/vue` plugin interface exposed on `this`.
Expand Down

0 comments on commit fc66c4b

Please sign in to comment.