Merge branch 'develop' into sw-notification-action
This commit is contained in:
commit
2d808bb0f3
21 changed files with 69 additions and 66 deletions
|
|
@ -15,7 +15,7 @@ if (localStorage.getItem('accounts') != null) {
|
|||
|
||||
import * as Sentry from '@sentry/browser';
|
||||
import { Integrations } from '@sentry/tracing';
|
||||
import { computed, createApp, watch } from 'vue';
|
||||
import { computed, createApp, watch, markRaw } from 'vue';
|
||||
|
||||
import widgets from '@client/widgets';
|
||||
import directives from '@client/directives';
|
||||
|
|
@ -311,7 +311,7 @@ if ($i) {
|
|||
}
|
||||
}
|
||||
|
||||
const main = stream.useChannel('main', null, 'System');
|
||||
const main = markRaw(stream.useChannel('main', null, 'System'));
|
||||
|
||||
// 自分の情報が更新されたとき
|
||||
main.on('meUpdated', i => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue