chore: promise.all

master
dap 1 year ago
parent 81bb5fb5fe
commit dacb49d0db

@ -50,8 +50,7 @@ async function loadTenant() {
}
onMounted(async () => {
await loadCaptcha();
await loadTenant();
await Promise.all([loadCaptcha(), loadTenant()]);
});
const formSchema = computed((): VbenFormSchema[] => {

Loading…
Cancel
Save