feat: form id, i18n

This commit is contained in:
puriphatt 2024-04-22 10:53:56 +07:00
parent 7e0471889d
commit 82d3c893f2
12 changed files with 201 additions and 53 deletions

View file

@ -34,7 +34,7 @@ const color = ['pink', 'purple'];
<div class="stat__content">
<div class="text-h5 text-weight-bold">{{ v.count }}</div>
<div class="text-weight-bold">{{ $t(v.label) }}</div>
<div class="text-weight-bold">{{ v.label }}</div>
</div>
</AppBox>
</div>