feat: add profile comps

This commit is contained in:
xingyu4j
2025-11-10 17:49:58 +08:00
parent a4aa133db5
commit 7dc68ed368
8 changed files with 309 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
export { default as ProfileBaseSetting } from './base-setting.vue';
export { default as ProfileNotificationSetting } from './notification-setting.vue';
export { default as ProfilePasswordSetting } from './password-setting.vue';
export { default as Profile } from './profile.vue';
export { default as ProfileSecuritySetting } from './security-setting.vue';
export type * from './types';