This commit is contained in:
syuilo
2019-02-18 04:52:40 +09:00
parent a766a57af9
commit efd0368e56
11 changed files with 10 additions and 17 deletions

View File

@@ -4,7 +4,7 @@ import { EventEmitter } from 'eventemitter3';
import * as uuid from 'uuid';
import initStore from './store';
import { apiUrl, clientVersion as version } from './config';
import { apiUrl, version } from './config';
import Progress from './common/scripts/loading';
import Err from './common/views/components/connect-failed.vue';