Merge branch 'develop' into sw-notification-action
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user