enhance: Improve account deletion experience
This commit is contained in:
parent
fd1ef4a62d
commit
a53e1e4ec3
5 changed files with 88 additions and 19 deletions
|
|
@ -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/')) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue