wip(freight): migration 0017 + model/column-list groundwork for add-freight-templates

This commit is contained in:
Chengdong Zhang
2026-09-23 17:39:45 +08:00
parent a83e857bdf
commit 5b426486ac
105 changed files with 6193 additions and 1566 deletions
+3 -5
View File
@@ -19,11 +19,9 @@ async function refresh(): Promise<void> {
}
}
watch(
[() => props.amountMinor, () => props.currency, currency],
() => void refresh(),
{ immediate: true },
);
watch([() => props.amountMinor, () => props.currency, currency], () => void refresh(), {
immediate: true,
});
</script>
<template>