diff options
| author | Henry Jameson <me@hjkos.com> | 2022-03-28 23:55:26 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2022-03-28 23:55:57 +0300 |
| commit | f21dc21a83cbcf4c502b8fbf56cabac797a0b9da (patch) | |
| tree | d562e08e92fe15f095a0f05da8b419b546057a47 /src/components/settings_modal/settings_modal.js | |
| parent | 9afbb12f956434f0426a00d311406ddd8348c892 (diff) | |
properly implement resettableAsyncComponent
Diffstat (limited to 'src/components/settings_modal/settings_modal.js')
| -rw-r--r-- | src/components/settings_modal/settings_modal.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/settings_modal/settings_modal.js b/src/components/settings_modal/settings_modal.js index 82ea410e..0a72dca1 100644 --- a/src/components/settings_modal/settings_modal.js +++ b/src/components/settings_modal/settings_modal.js @@ -56,8 +56,8 @@ const SettingsModal = { SettingsModalContent: getResettableAsyncComponent( () => import('./settings_modal_content.vue'), { - loading: PanelLoading, - error: AsyncComponentError, + loadingComponent: PanelLoading, + errorComponent: AsyncComponentError, delay: 0 } ) |
