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.
@@ -91,7 +91,6 @@
91
91
 
92
92
  const fermer = (): void => {
93
93
  modale.value?.fermer()
94
- reponse.value = null
95
94
  }
96
95
 
97
96
  defineExpose({ ouvrir, fermer })
@@ -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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codevdesign",
3
- "version": "1.0.37",
3
+ "version": "1.0.39",
4
4
  "description": "Composants Vuetify 3 pour les projets Codev",
5
5
  "files": [
6
6
  "./**/*.vue",