Skip to content

Commit 2185fcd

Browse files
committed
fix(typescript): use export default
1 parent e5530ff commit 2185fcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ declare class VueAxios {
1414
static install: PluginFunction<AxiosInstance>;
1515
}
1616

17-
export = VueAxios
17+
export default VueAxios;

0 commit comments

Comments
 (0)