@bsgoal/common 2.28.35 → 2.28.36

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/dist/index.mjs CHANGED
@@ -119,8 +119,10 @@ const Ma = (l) => {
119
119
  },
120
120
  mounted(l) {
121
121
  setTimeout(() => {
122
- nn(Ma(l));
123
- }, 400);
122
+ nn(() => {
123
+ Ma(l);
124
+ });
125
+ }, 100);
124
126
  },
125
127
  unmounted(l) {
126
128
  window.removeEventListener("resize", Ma(l));