Handling of event addons

This commit is contained in:
2026-08-12 17:18:45 +02:00
parent 085299336e
commit 6e4e6b645c
74 changed files with 3072 additions and 95 deletions
+2 -2
View File
@@ -32,7 +32,7 @@
</template>
<script setup>
import { ref, watch, onMounted, onUnmounted, nextTick } from 'vue'
import {nextTick, onMounted, onUnmounted, ref, watch} from 'vue'
const props = defineProps({
show: Boolean,
@@ -115,7 +115,7 @@ onUnmounted(() => {
}
.modal-body {
max-height: 600px;
max-height: 80vh;
overflow: auto;
}