Skip to content

Commit

Permalink
Merge pull request #352 from skyxuanxuan/master
Browse files Browse the repository at this point in the history
fix: Fix typings (extend vue instead of @vue/runtime-core)
  • Loading branch information
mirari authored Nov 4, 2024
2 parents 208a84d + 709a48b commit 6f04627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export declare const component: DefineComponent<{}, {}, any>

export default VueViewer

declare module '@vue/runtime-core' {
declare module 'vue' {
interface ComponentCustomProperties {
$viewerApi: typeof api
}
Expand Down

0 comments on commit 6f04627

Please sign in to comment.