Skip to content

Commit

Permalink
Update FileUploader.composition.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
iqbaltawakkal authored Aug 16, 2024
1 parent 0e7742c commit 9e88870
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ onMounted(() => {
See more: https://uploadcare.com/docs/file-uploader/localization/
*/
configRef.localeDefinitionOverride = {
configRef.value.localeDefinitionOverride = {
en: {
photo__one: "photo",
photo__many: "photos",
Expand All @@ -100,7 +100,7 @@ onMounted(() => {
});
onBeforeUnmount(() => {
configRef.localeDefinitionOverride = null;
configRef.value.localeDefinitionOverride = null;
});
</script>

Expand Down

0 comments on commit 9e88870

Please sign in to comment.