improve ux
This commit is contained in:
parent
dc92fdd613
commit
af409ac15b
@ -31,7 +31,9 @@ watch(store.specs, debounce(() => {
|
||||
} else {
|
||||
link.value = "";
|
||||
}
|
||||
}, 100));
|
||||
}, 100),
|
||||
{immediate: true}
|
||||
);
|
||||
|
||||
async function generateLink() {
|
||||
try {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user