feat: form id, i18n
This commit is contained in:
parent
7e0471889d
commit
82d3c893f2
12 changed files with 201 additions and 53 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue