You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
281 B
8 lines
281 B
1 year ago
|
import BasicInfo from './BasicInfo.vue'
|
||
|
import ProfileUser from './ProfileUser.vue'
|
||
|
import ResetPwd from './ResetPwd.vue'
|
||
|
import UserAvatarVue from './UserAvatar.vue'
|
||
|
import UserSocial from './UserSocial.vue'
|
||
|
|
||
|
export { BasicInfo, ProfileUser, ResetPwd, UserAvatarVue, UserSocial }
|