funkwhale/front/src/components/common/Username.vue
2018-03-01 23:45:46 +01:00

8 lines
113 B
Vue

<template>
<span>{{ username }}</span>
</template>
<script>
export default {
props: ['username']
}
</script>