fix: nombre variable incorrecto
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
362857cce8
commit
6e94d7f68e
|
@ -89,7 +89,7 @@ class Controller extends Section {
|
||||||
getUsesMana() {
|
getUsesMana() {
|
||||||
this.$http.get(`Sales/usesMana`)
|
this.$http.get(`Sales/usesMana`)
|
||||||
.then(res => {
|
.then(res => {
|
||||||
this.useMana = res.data;
|
this.usesMana = res.data;
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue