fix: add async nature
This commit is contained in:
@@ -140,7 +140,7 @@ export default {
|
|||||||
};
|
};
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
getSchema() {
|
async getSchema() {
|
||||||
const startTime = Date.now();
|
const startTime = Date.now();
|
||||||
this.schemaString = "Loading...";
|
this.schemaString = "Loading...";
|
||||||
|
|
||||||
@@ -223,7 +223,7 @@ export default {
|
|||||||
icon: "error"
|
icon: "error"
|
||||||
});
|
});
|
||||||
console.log("Error", error);
|
console.log("Error", error);
|
||||||
});
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user