Skip to content
This repository has been archived by the owner on Apr 1, 2024. It is now read-only.

Commit

Permalink
Update NewImage.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
R2kip authored Oct 3, 2023
1 parent e81036d commit 7382891
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/app/views/NewImage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,9 @@ export default {
},
isCN() {
return this.$i18n.locale === "zh_cn";
},
isRU() {
return this.$i18n.locale === "ru_ru";
}
},
methods: {
Expand Down

0 comments on commit 7382891

Please sign in to comment.