forked from FoundKeyGang/FoundKey
parent
c8f49bae76
commit
585e4f5c42
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ const updated = (): void => {
|
|||
};
|
||||
const debouncedUpdated = debounce(1000, updated);
|
||||
|
||||
watch(modelValue, () => {
|
||||
watch($$(v), () => {
|
||||
if (!props.manualSave) {
|
||||
if (props.debounce) {
|
||||
debouncedUpdated();
|
||||
|
|
Loading…
Reference in a new issue