Skip to content

Commit b3e4b2e

Browse files
committed
Update OCR component
1 parent 16b9c67 commit b3e4b2e

File tree

1 file changed

+1
-1
lines changed
  • src/VueJsTsOcrAspNetCoreSample/src/components

1 file changed

+1
-1
lines changed

src/VueJsTsOcrAspNetCoreSample/src/components/Ocr.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import Vue from "vue";
22
import { Component, Inject } from "vue-property-decorator";
3-
import { AxiosStatic, AxiosRequestConfig, AxiosResponse } from "axios";
3+
import { AxiosStatic, AxiosResponse } from "axios";
44
import Symbols from "../configs/Symbols";
55

66
@Component({

0 commit comments

Comments
 (0)