Client - register globally some custom components

This commit is contained in:
Sam
2021-10-23 15:29:39 +02:00
parent 8d93024a5f
commit d78470062d
21 changed files with 26 additions and 70 deletions

View File

@ -37,7 +37,6 @@
ref,
} from 'vue'
import ErrorMessage from '@/components/Common/ErrorMessage.vue'
import UserPicture from '@/components/User/UserPicture.vue'
import { ROOT_STORE, USER_STORE } from '@/store/constants'
import { IAppConfig } from '@/types/application'
@ -48,7 +47,6 @@
export default defineComponent({
name: 'UserPictureEdition',
components: {
ErrorMessage,
UserPicture,
},
props: {