This commit is contained in:
syuilo
2019-05-21 04:26:14 +09:00
parent cd4c7689b7
commit a434cfbe0d
3 changed files with 19 additions and 20 deletions

View File

@@ -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