We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baf2b4d commit 55527a7Copy full SHA for 55527a7
examples/legacy/functions/plural.html
@@ -19,7 +19,7 @@ <h2>Apple:</h2>
19
<h2>Banana:</h2>
20
<p class="p7">{{ $t('banana', 1, { n: 1 }) }}</p>
21
<p class="p8">{{ $t('banana', 1) }}</p>
22
- <p class="p9">{{ $t('banana', 100, { n: 'too many' }) }}</p>
+ <p class="p9">{{ $t('banana', { n: 'too many' }, 100) }}</p>
23
</div>
24
<script>
25
const { createApp } = Vue
0 commit comments