Version 1.2.0 - Ajout des suggestions et de paramètres
All checks were successful
Frontend Deployment / deploy-frontend (push) Successful in 35s

This commit is contained in:
2025-09-07 18:18:54 +02:00
parent b2a95c0241
commit ea9cf2ce42
26 changed files with 315 additions and 38 deletions

View File

@@ -1,4 +1,4 @@
<script setup lang="ts">
<script setup>
import IconAction from './IconAction.vue';
import { ref, onMounted, watch, onUnmounted } from 'vue';
import { useSlots } from 'vue';