Skip to content

Commit f70e30b

Browse files
committed
#39 Fix plugin export
1 parent 8fb6411 commit f70e30b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: ClientApp/src/plugins/axios.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ declare module 'vue/types/vue' {
4444

4545
Vue.use(AxiosPlugin);
4646

47-
export default Plugin;
47+
export default AxiosPlugin;

0 commit comments

Comments
 (0)