This commit is contained in:
Liyas Thomas
2020-04-30 08:01:56 +05:30
parent f6269ad0ce
commit b71c95192e

View File

@@ -341,6 +341,7 @@ export default {
getDoc() {
try {
this.items = JSON.parse(this.collectionJSON)
this.$toast.clear()
this.$toast.info(this.$t("docs_generated"), {
icon: "book",
})