This commit is contained in:
syuilo 2022-12-30 08:41:22 +09:00
parent 09078de36b
commit dcfc526453
3 changed files with 4 additions and 2 deletions

View file

@ -1,5 +1,5 @@
<template>
<Mfm :text="user.name || user.username" :plain="true" :nowrap="nowrap"/>
<Mfm :text="user.name ?? user.username" :author="user" :plain="true" :nowrap="nowrap"/>
</template>
<script lang="ts" setup>