enhance: Improve account deletion experience

This commit is contained in:
syuilo
2021-08-21 12:48:50 +09:00
parent fd1ef4a62d
commit a53e1e4ec3
5 changed files with 88 additions and 19 deletions

View File

@@ -132,6 +132,7 @@ export default defineComponent({
case 'account-info': return defineAsyncComponent(() => import('./account-info.vue'));
case 'update': return defineAsyncComponent(() => import('./update.vue'));
case 'registry': return defineAsyncComponent(() => import('./registry.vue'));
case 'delete-account': return defineAsyncComponent(() => import('./delete-account.vue'));
case 'experimental-features': return defineAsyncComponent(() => import('./experimental-features.vue'));
}
if (page.value.startsWith('registry/keys/system/')) {