reload component when attachments change outside

This commit is contained in:
2023-03-29 14:57:59 +10:00
parent 75566e27fa
commit 3dccc56d16

View File

@@ -127,6 +127,7 @@ watch(
() => props.modelValue,
(newValue) => {
value.value = newValue;
handleLoad();
}
);