generic-skin 3.4.47 → 3.4.49

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.
@@ -137,11 +137,14 @@ Vue.component('mando-foro', {
137
137
  }
138
138
  },
139
139
  created() {
140
- console.log(this, this.$el, this.$el.textContent);
141
140
  Object.values(this.$slots).forEach((item) => {
142
141
  this.children += item.length;
143
142
  });
144
143
  },
144
+ mounted() {
145
+
146
+ console.log(this, this.$el, this.$el.textContent);
147
+ },
145
148
  template: `
146
149
  <section :id="dataId" :class="isStatusClass">
147
150
  <template v-if="dataApp === 'true'">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "generic-skin",
3
- "version": "3.4.47",
3
+ "version": "3.4.49",
4
4
  "description": "Generic Forum Skin for Forumotion created by Gaylien.",
5
5
  "main": "readme.md",
6
6
  "scripts": {