🐛 Fixed #826
This commit is contained in:
parent
f6269ad0ce
commit
b71c95192e
1 changed files with 1 additions and 0 deletions
|
|
@ -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",
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in a new issue