fix(audit) : importe onMounted explicitement dans l'écran journal

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-24 11:29:41 +02:00
parent 34ed3d0222
commit 04517bf1a6
+1 -1
View File
@@ -160,7 +160,7 @@
</template>
<script setup lang="ts">
import { ref, computed } from 'vue'
import { ref, computed, onMounted } from 'vue'
import type { AuditLog } from '~/services/dto/audit-log'
import { useAuditLogsList } from '~/composables/useAuditLogsList'