wip use defineAsyncComponent
This commit is contained in:
parent
11f735b088
commit
555d42f7a7
3 changed files with 6 additions and 13 deletions
|
|
@ -230,7 +230,7 @@ if (lastVersion !== version) {
|
|||
if (lastVersion != null && compareVersions(version, lastVersion) === 1) {
|
||||
// ログインしてる場合だけ
|
||||
if ($i) {
|
||||
popup(import('@/components/updated.vue'), {}, {}, 'closed');
|
||||
popup(defineAsyncComponent(() => import('@/components/updated.vue')), {}, {}, 'closed');
|
||||
}
|
||||
}
|
||||
} catch (e) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue