Client - profile display refactoring

This commit is contained in:
Sam
2021-10-17 11:48:00 +02:00
parent 2729d5dae5
commit b70dd3116e
3 changed files with 118 additions and 86 deletions

View File

@ -8,7 +8,7 @@
<script lang="ts">
import { computed, ComputedRef, defineComponent } from 'vue'
import Profile from '@/components/User/Profile.vue'
import Profile from '@/components/User/ProfileDisplay/index.vue'
import ProfileEdition from '@/components/User/ProfileEdition.vue'
import { USER_STORE } from '@/store/constants'
import { IAuthUserProfile } from '@/types/user'