codevdesign 1.0.12 → 1.0.13
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 '
|
|
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 '
|
|
25
|
+
import appAxios from '../../outils/appAxios'
|
|
26
26
|
import type { EmployeMinsLsCodev } from '../modeles/employeMinsLsCodev'
|
|
27
27
|
|
|
28
28
|
const props = defineProps<{
|