Improve setting page
This commit is contained in:
parent
fa550a2a78
commit
f62c6a05a9
4 changed files with 51 additions and 0 deletions
|
|
@ -102,6 +102,7 @@ export default defineComponent({
|
|||
case 'import-export': return defineAsyncComponent(() => import('./import-export.vue'));
|
||||
case 'account-info': return defineAsyncComponent(() => import('./account-info.vue'));
|
||||
case 'regedit': return defineAsyncComponent(() => import('./regedit.vue'));
|
||||
case 'experimental-features': return defineAsyncComponent(() => import('./experimental-features.vue'));
|
||||
default: return null;
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue