Skip to content

Commit

Permalink
Фикс ошибки "vkapi is not defined"
Browse files Browse the repository at this point in the history
  • Loading branch information
danyadev committed Dec 4, 2019
1 parent b79f8d1 commit 6234ed9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/auth/auth.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import querystring from 'querystring';
import { AndroidUserAgent, VKDesktopUserAgent } from 'js/utils';
import vkapi, { version } from 'js/vkapi';
import { version } from 'js/vkapi';
import request from 'js/request';
import { eventBus } from 'js/utils';
import store from 'js/store/';
Expand Down
1 change: 1 addition & 0 deletions src/components/messages/chat/attachments/Reply.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<script>
import { getPhotoFromSizes, eventBus } from 'js/utils';
import { getMessagePreview } from 'js/messages';
import vkapi from 'js/vkapi';
export default {
props: ['msg', 'peer_id'],
Expand Down

0 comments on commit 6234ed9

Please sign in to comment.