Merge branch 'develop' into sw-notification-action

This commit is contained in:
tamaina 2021-04-21 13:42:00 +09:00
commit 212eec2042
313 changed files with 3307 additions and 2363 deletions

View file

@ -48,7 +48,6 @@ if (localStorage.getItem('accounts') != null) {
import * as Sentry from '@sentry/browser';
import { Integrations } from '@sentry/tracing';
import { computed, createApp, watch } from 'vue';
import { FontAwesomeIcon } from '@fortawesome/vue-fontawesome';
import widgets from '@client/widgets';
import directives from '@client/directives';
@ -245,8 +244,6 @@ app.config.globalProperties = {
};
app.use(router);
// eslint-disable-next-line vue/component-definition-name-casing
app.component('Fa', FontAwesomeIcon);
widgets(app);
directives(app);