improve ux

This commit is contained in:
Egor Aristov 2025-02-22 21:41:47 +03:00
parent dc92fdd613
commit af409ac15b

View File

@ -31,7 +31,9 @@ watch(store.specs, debounce(() => {
} else {
link.value = "";
}
}, 100));
}, 100),
{immediate: true}
);
async function generateLink() {
try {