diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2019-05-21 04:26:14 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2019-05-21 04:26:14 +0900 |
| commit | a434cfbe0d1dc0762597b15d78fc034ede1039fb (patch) | |
| tree | e2077d5c07436f65b15340c2b780735ea498b6cf /src/client/app/mobile | |
| parent | Reduce initial bundle size (diff) | |
| download | sharkey-a434cfbe0d1dc0762597b15d78fc034ede1039fb.tar.gz sharkey-a434cfbe0d1dc0762597b15d78fc034ede1039fb.tar.bz2 sharkey-a434cfbe0d1dc0762597b15d78fc034ede1039fb.zip | |
Fix
Diffstat (limited to 'src/client/app/mobile')
| -rw-r--r-- | src/client/app/mobile/script.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app/mobile/script.ts b/src/client/app/mobile/script.ts index 24453bd26c..d33bafbb0f 100644 --- a/src/client/app/mobile/script.ts +++ b/src/client/app/mobile/script.ts @@ -50,7 +50,7 @@ init((launch, os) => { document.documentElement.style.overflow = 'auto'; } - this.$root.new(() => import('./views/components/post-form-dialog.vue').then(m => m.default), { + this.$root.newAsync(() => import('./views/components/post-form-dialog.vue').then(m => m.default), { reply: o.reply, mention: o.mention, renote: o.renote |