Harden audit privacy and admin modals
This commit is contained in:
@@ -39,13 +39,17 @@
|
||||
<script setup lang="ts">
|
||||
import { X } from '@lucide/vue'
|
||||
|
||||
defineProps<{
|
||||
import { useBodyScrollLock } from '../../composables/useBodyScrollLock'
|
||||
|
||||
const props = defineProps<{
|
||||
open: boolean
|
||||
title: string
|
||||
url: string
|
||||
contentHtml: string
|
||||
}>()
|
||||
|
||||
useBodyScrollLock(() => props.open)
|
||||
|
||||
defineEmits<{
|
||||
close: []
|
||||
}>()
|
||||
|
||||
Reference in New Issue
Block a user