Skip to content

Commit c904c90

Browse files
authored
Merge pull request #78 from xiaofan9/fix-vue2-ts-err
Fix vue2 ts error
2 parents 6de098f + 12827ce commit c904c90

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import { AxiosStatic } from "axios";
2+
// @ts-ignore
23
import { App } from "vue";
34

45
declare module "@vue/runtime-core" {

0 commit comments

Comments
 (0)