@tiddh/brave-vue 1.93.232 → 1.93.234

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.
@@ -192,37 +192,6 @@ export default {
192
192
  required: true,
193
193
  },
194
194
 
195
- productColor: {
196
- type: String,
197
- required: false,
198
- },
199
-
200
- productImage: {
201
- type: String,
202
- required: false,
203
- },
204
-
205
- productType: {
206
- type: String,
207
- required: false,
208
- },
209
-
210
- productFormat: {
211
- type: String,
212
- required: false,
213
- },
214
-
215
- productProtagonist: {
216
- type: String,
217
- required: false,
218
- },
219
-
220
- // productColor
221
- // productImage
222
- // productType
223
- // productFormat
224
- // prodcutProtagonist
225
-
226
195
  textCta: {
227
196
  type: String,
228
197
  required: false,
@@ -242,7 +211,7 @@ export default {
242
211
  };
243
212
  },
244
213
 
245
- created() {
214
+ mounted() {
246
215
  const self = this;
247
216
 
248
217
  self.isMobile = self.detectSize();
@@ -192,37 +192,6 @@ export default {
192
192
  required: true,
193
193
  },
194
194
 
195
- productColor: {
196
- type: String,
197
- required: false,
198
- },
199
-
200
- productImage: {
201
- type: String,
202
- required: false,
203
- },
204
-
205
- productType: {
206
- type: String,
207
- required: false,
208
- },
209
-
210
- productFormat: {
211
- type: String,
212
- required: false,
213
- },
214
-
215
- productProtagonist: {
216
- type: String,
217
- required: false,
218
- },
219
-
220
- // productColor
221
- // productImage
222
- // productType
223
- // productFormat
224
- // prodcutProtagonist
225
-
226
195
  textCta: {
227
196
  type: String,
228
197
  required: false,
@@ -242,7 +211,7 @@ export default {
242
211
  };
243
212
  },
244
213
 
245
- created() {
214
+ mounted() {
246
215
  const self = this;
247
216
 
248
217
  self.isMobile = self.detectSize();
@@ -192,37 +192,6 @@ export default {
192
192
  required: true,
193
193
  },
194
194
 
195
- productColor: {
196
- type: String,
197
- required: false,
198
- },
199
-
200
- productImage: {
201
- type: String,
202
- required: false,
203
- },
204
-
205
- productType: {
206
- type: String,
207
- required: false,
208
- },
209
-
210
- productFormat: {
211
- type: String,
212
- required: false,
213
- },
214
-
215
- productProtagonist: {
216
- type: String,
217
- required: false,
218
- },
219
-
220
- // productColor
221
- // productImage
222
- // productType
223
- // productFormat
224
- // prodcutProtagonist
225
-
226
195
  textCta: {
227
196
  type: String,
228
197
  required: false,
@@ -242,7 +211,7 @@ export default {
242
211
  };
243
212
  },
244
213
 
245
- created() {
214
+ mounted() {
246
215
  const self = this;
247
216
 
248
217
  self.isMobile = self.detectSize();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tiddh/brave-vue",
3
- "version": "1.93.232",
3
+ "version": "1.93.234",
4
4
  "private": false,
5
5
  "main": "dist/brave-vue.ssr.js",
6
6
  "browser": "dist/brave-vue.esm.js",