@saooti/octopus-sdk 30.0.42 → 30.0.43
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.
package/README.md
CHANGED
|
@@ -538,4 +538,5 @@ See [Configuration Reference](https://cli.vuejs.org/config/).
|
|
|
538
538
|
* 30.0.38 EmissionList expose
|
|
539
539
|
* 30.0.39 Listes inline taille item
|
|
540
540
|
* 30.0.41 Inline list arrow
|
|
541
|
-
* 30.0.42 Resize rubriqueList
|
|
541
|
+
* 30.0.42 Resize rubriqueList
|
|
542
|
+
* 30.0.43 Resize rubriqueList
|
package/package.json
CHANGED
|
@@ -112,8 +112,8 @@ export default defineComponent({
|
|
|
112
112
|
initRubriques(): void{
|
|
113
113
|
if(!this.rubriquage){ return ;}
|
|
114
114
|
this.$store.commit('filterRubriqueDisplay', this.rubriquage.rubriques);
|
|
115
|
+
window.addEventListener('resize', this.resizeWindow);
|
|
115
116
|
this.$nextTick(() => {
|
|
116
|
-
window.addEventListener('resize', this.resizeWindow);
|
|
117
117
|
this.resizeWindow();
|
|
118
118
|
});
|
|
119
119
|
},
|