This commit is contained in:
Gabriel Pastori
2023-11-28 14:24:37 -03:00
parent 9de1de2e72
commit a89f788e52
4 changed files with 13 additions and 6 deletions

View File

@@ -27,7 +27,6 @@ export const useDocStore = defineStore('doc', {
},
async loadDoc(path) {
try {
debugger;
const { language } = this;
const doc = this.docs[path]
const content = await doc[language]();