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:
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user