mobilizon.chapril.org-mobil.../js/src/components/Account/RegisterAvatar.vue
Thomas Citharel b54dae7e15 Move to GraphQL
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2018-11-06 10:30:27 +01:00

10 lines
162 B
Vue

<template>
<img class="img-circle elevation-7 mb-1" src="@/assets/profile.svg">
</template>
<script>
export default {
name: 'RegisterAvatar',
};
</script>