This commit is contained in:
syuilo 2023-05-29 17:24:46 +09:00
parent 25d1b66ca4
commit a1200ad886
11 changed files with 6 additions and 41 deletions

View file

@ -17,9 +17,6 @@ defineProps<{
isStacked: boolean;
}>();
const emit = defineEmits<{
}>();
const pagination = {
endpoint: 'notes/mentions' as const,
limit: 10,