Item button and document content added spinner

This commit is contained in:
Cüneyt Şentürk
2020-12-29 17:13:06 +03:00
parent 9e3fd260bb
commit 34279db46b
6 changed files with 67 additions and 24 deletions

View File

@ -53,6 +53,7 @@ const app = new Vue({
items: [],
taxes: [],
page_loaded: false,
}
},
@ -800,5 +801,7 @@ const app = new Vue({
}, this);
}, this);
}
this.page_loaded = true;
}
});