Fixed RepoHelper.loadingError call in repo_binary_viewer

上级 33c8de60
import Vue from 'vue';
import Store from './repo_store';
import { loadingError } from './repo_helper';
import RepoHelper from './repo_helper';
export default class RepoBinaryViewer {
constructor() {
......@@ -40,7 +40,7 @@ export default class RepoBinaryViewer {
this.binaryTypes.png = true;
break;
default:
loadingError();
RepoHelper.loadingError();
break;
}
},
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册