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", })