enhance(frontend): invert how to show the number of attachments(remains) on postform (#15599)

Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
This commit is contained in:
Sayamame-beans 2025-03-06 16:45:46 +09:00 committed by GitHub
parent 377f002d68
commit 60a3513cfc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View file

@ -27,7 +27,7 @@ SPDX-License-Identifier: AGPL-3.0-only
[$style.exceeded]: props.modelValue.length > 16,
}]"
>
{{ 16 - props.modelValue.length }}/16
{{ props.modelValue.length }}/16
</p>
</div>
</template>