mirror of
https://github.com/EvolutionAPI/evolution-manager.git
synced 2025-12-24 13:17:45 -06:00
doc
This commit is contained in:
@@ -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]();
|
||||
|
||||
Reference in New Issue
Block a user