Skip to content

Commit

Permalink
chore: 适配时间戳国际化展示
Browse files Browse the repository at this point in the history
  • Loading branch information
Squall2017 committed Sep 14, 2024
1 parent c55375d commit fe2080d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playground/src/views/examples/captcha/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ const handleClick = (point: CaptchaPoint) => {
<span class="mr-3 w-16">{{
$t('page.examples.captcha.index') + point.i
}}</span>
<span class="mr-3 w-44">{{
<span class="mr-3 w-52">{{
$t('page.examples.captcha.timestamp') + point.t
}}</span>
<span class="mr-3 w-16">{{
Expand Down

0 comments on commit fe2080d

Please sign in to comment.