transaction list display

This commit is contained in:
Sirttas
2026-05-31 23:10:50 +02:00
parent 47ee14319d
commit 3235cf21ba
11 changed files with 126 additions and 18 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import {ref} from 'vue';
interface Props {
inline?: boolean;
autoClose: boolean;
autoClose?: boolean;
}
const props = withDefaults(defineProps<Props>(), {