fix(front): remove botched Html comment

This commit is contained in:
upsiflu 2024-12-13 10:02:49 +01:00
parent f3ee0b9f77
commit 316908fe61
1 changed files with 1 additions and 7 deletions

View File

@ -29,11 +29,5 @@ const isOpen = ref(false)
</script> </script>
<template> <template>
<Modal <!-- :isOpen="props.show" --> (Semantic Modal)
title="props.title"
:class="classes"
>
<template v-if="$slots.actions" #actions>
</template>
</Modal> -->
</template> </template>