codevdesign 1.0.37 → 1.0.39
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.
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
const emit = defineEmits(['changementLangue'])
|
|
104
104
|
const { t } = useI18n()
|
|
105
105
|
|
|
106
|
-
const FALLBACK = '/images/QUEBEC_blanc.svg'
|
|
106
|
+
const FALLBACK = '/portail/images/QUEBEC_blanc.svg'
|
|
107
107
|
const currentSrc = ref<string | null>(null) // pas d'image tant que null
|
|
108
108
|
const ready = ref(false)
|
|
109
109
|
|