fix(editor): Upgrade vue-i18n to latest version (no-changelog) (#14130)

This commit is contained in:
Alex Grozav
2025-03-26 15:20:43 +02:00
committed by GitHub
parent c9b806d30b
commit ee64fdc5cb
11 changed files with 51 additions and 75 deletions

View File

@@ -30,7 +30,7 @@ const goToUpgrade = async () => {
{{
locale.baseText('projects.create.limit', {
adjustToNumber: props.limit,
interpolate: { num: String(props.limit) },
interpolate: { count: String(props.limit) },
})
}}
</template>