codevdesign 0.0.98 → 0.0.100

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.
@@ -118,7 +118,7 @@
118
118
  import { useDisplay } from 'vuetify'
119
119
  import ChaisePreferenceItem from './chaiseItem.vue'
120
120
  import csqcDialogue from '../csqcDialogue.vue'
121
- import axios from '@/outils/appAxios'
121
+ import axios from '../../outils/appAxios'
122
122
  import type { Unite } from '@/codev/modeles/unite'
123
123
  import { useI18n } from 'vue-i18n'
124
124
  const modale = ref<InstanceType<typeof csqcDialogue> | null>(null)
@@ -22,7 +22,7 @@
22
22
  <script setup lang="ts">
23
23
  import { ref, watch, computed } from 'vue'
24
24
  import { useI18n } from 'vue-i18n'
25
- import appAxios from '@/outils/appAxios'
25
+ import appAxios from '../outils/appAxios'
26
26
  import type { EmployeMinsLsCodev } from '../modeles/employeMinsLsCodev'
27
27
 
28
28
  const props = defineProps<{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codevdesign",
3
- "version": "0.0.98",
3
+ "version": "0.0.100",
4
4
  "description": "Composants Vuetify 3 pour les projets Codev",
5
5
  "files": [
6
6
  "./**/*.vue",