Skip to content

Commit 55527a7

Browse files
committed
fix
1 parent baf2b4d commit 55527a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/legacy/functions/plural.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ <h2>Apple:</h2>
1919
<h2>Banana:</h2>
2020
<p class="p7">{{ $t('banana', 1, { n: 1 }) }}</p>
2121
<p class="p8">{{ $t('banana', 1) }}</p>
22-
<p class="p9">{{ $t('banana', 100, { n: 'too many' }) }}</p>
22+
<p class="p9">{{ $t('banana', { n: 'too many' }, 100) }}</p>
2323
</div>
2424
<script>
2525
const { createApp } = Vue

0 commit comments

Comments
 (0)