This commit is contained in:
2021-03-19 17:01:40 +00:00
parent ae68ec0695
commit ef8279ec9f
27 changed files with 156 additions and 70 deletions

View File

@@ -28,8 +28,7 @@ import { setValue, parseCurrency } from "vue-currency-input";
export default {
data() {
return {
// currencyName: window.$gz.locale.getCurrencyName(),
languageName: window.$gz.locale.getBrowserFirstLanguage()
languageName: window.$gz.locale.getResolvedLanguage()
};
},
props: {