le setDriver avait disparu

This commit is contained in:
Christophe 2021-12-01 23:41:10 +01:00
parent 93a7b98b50
commit d3bb04f2ea
2 changed files with 2 additions and 0 deletions

View file

@ -228,6 +228,7 @@ let monTableau = {
};
},
mounted() {
localforage.setDriver(localforage[this.stockage.toUpperCase()]);
this.chargerJson();
if (this.urlvuebloc) {
fetch(this.urlvuebloc)

View file

@ -281,6 +281,7 @@ var monTableau = {
mounted: function mounted() {
var _this = this;
localforage.setDriver(localforage[this.stockage.toUpperCase()]);
this.chargerJson();
if (this.urlvuebloc) {