リネーム

This commit is contained in:
rca 2024-07-21 14:49:04 +09:00
parent 79d87df20f
commit 5461c23e4b
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@
<script>
export default {
name: 'PastTasks',
name: 'HistoryComponent',
props: {
tasks: {
type: Array,

View File

@ -10,7 +10,7 @@
<script>
export default {
name: 'PaymentAmount',
name: 'TotalComponent',
props: {
amount: {
type: Number,