feat: primevue base

This commit is contained in:
Floriansylvain
2025-12-23 23:14:04 +01:00
parent 9ecaa80fcf
commit aee595dee9
11 changed files with 190 additions and 17 deletions
+7
View File
@@ -0,0 +1,7 @@
<script setup lang="ts"></script>
<template>
<p>Home</p>
</template>
<style scoped></style>