Skip to content

Commit

Permalink
fix: augment vue rather than @vue/runtime-core (#357)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe authored Aug 22, 2024
1 parent 036e287 commit b58b2a0
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 @@ -45,7 +45,7 @@ export { useContext }
export { en, locale, zhHans }
export type { InstallationOptions }

declare module '@vue/runtime-core' {
declare module 'vue' {
export interface GlobalComponents {
VuetifyTiptap: typeof VuetifyTiptap
VuetifyViewer: typeof VuetifyViewer
Expand Down

0 comments on commit b58b2a0

Please sign in to comment.