Move app name translations into config file.
This commit is contained in:
parent
46a4268245
commit
f9745ddb7d
11 changed files with 19 additions and 19 deletions
|
|
@ -101,7 +101,7 @@ export default {
|
|||
},
|
||||
computed: {
|
||||
product() {
|
||||
return this.$config.product;
|
||||
return this.$config.appName;
|
||||
},
|
||||
productLink() {
|
||||
return this.$config.productLink;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue