codevdesign 0.0.53 → 0.0.55

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -28,7 +28,7 @@
28
28
  :key="index"
29
29
  open-on-hover
30
30
  >
31
- <template v-slot:activator="{ props }">
31
+ <template #activator="{ props }">
32
32
  <v-btn
33
33
  color="white"
34
34
  v-bind="props"
@@ -104,7 +104,7 @@
104
104
  :key="item.id"
105
105
  >
106
106
  <v-list-group :value="item.nom">
107
- <template v-slot:activator="{ props }">
107
+ <template #activator="{ props }">
108
108
  <v-list-item
109
109
  v-bind="props"
110
110
  :title="item.nom"
@@ -1,6 +1,5 @@
1
1
  <template>
2
- <router-view />
2
+ <router-view />
3
3
  </template>
4
4
 
5
- <script setup lang='ts'>
6
- </script>
5
+ <script setup lang="ts"></script>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codevdesign",
3
- "version": "0.0.53",
3
+ "version": "0.0.55",
4
4
  "description": "Composants Vuetify 3 pour les projets Codev",
5
5
  "files": [
6
6
  "./**/*.vue",