Merge branch 'develop' into swn

This commit is contained in:
tamaina 2021-09-17 22:42:40 +09:00
commit ab237868ff
51 changed files with 872 additions and 660 deletions

View file

@ -15,7 +15,7 @@ if (localStorage.getItem('accounts') != null) {
import * as Sentry from '@sentry/browser';
import { Integrations } from '@sentry/tracing';
import { computed, createApp, watch, markRaw } from 'vue';
import { computed, createApp, watch, markRaw, version as vueVersion } from 'vue';
import compareVersions from 'compare-versions';
import widgets from '@client/widgets';
@ -49,6 +49,8 @@ window.onunhandledrejection = null;
if (_DEV_) {
console.warn('Development mode!!!');
console.info(`vue ${vueVersion}`);
(window as any).$i = $i;
(window as any).$store = defaultStore;