From b71c95192eec929271dcaec79b8ad11c7c311526 Mon Sep 17 00:00:00 2001 From: Liyas Thomas Date: Thu, 30 Apr 2020 08:01:56 +0530 Subject: [PATCH] :bug: Fixed #826 --- pages/doc.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/doc.vue b/pages/doc.vue index 601fef02a..a5ab7cd29 100644 --- a/pages/doc.vue +++ b/pages/doc.vue @@ -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", })