@tiddh/brave-vue 1.93.233 → 1.93.235

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.
@@ -164,7 +164,10 @@ export const Basic = () => ({
164
164
  template: `
165
165
  <div class="container container-preview">
166
166
  <div class="storybook-14" style="background-color: #ccc; width:100%; padding:48px;">
167
- <CatalogProduct :product="product" textCta="Texto" />
167
+ <CatalogProduct
168
+ :product="product"
169
+ textCta="Texto"
170
+ />
168
171
  </div>
169
172
  </div>
170
173
  `,
@@ -211,7 +211,7 @@ export default {
211
211
  };
212
212
  },
213
213
 
214
- mounted() {
214
+ created() {
215
215
  const self = this;
216
216
 
217
217
  self.isMobile = self.detectSize();
@@ -164,7 +164,10 @@ export const Basic = () => ({
164
164
  template: `
165
165
  <div class="container container-preview">
166
166
  <div class="storybook-14" style="background-color: #ccc; width:100%; padding:48px;">
167
- <CatalogProduct :product="product" textCta="Texto" />
167
+ <CatalogProduct
168
+ :product="product"
169
+ textCta="Texto"
170
+ />
168
171
  </div>
169
172
  </div>
170
173
  `,
@@ -211,7 +211,7 @@ export default {
211
211
  };
212
212
  },
213
213
 
214
- mounted() {
214
+ created() {
215
215
  const self = this;
216
216
 
217
217
  self.isMobile = self.detectSize();
@@ -164,7 +164,10 @@ export const Basic = () => ({
164
164
  template: `
165
165
  <div class="container container-preview">
166
166
  <div class="storybook-14" style="background-color: #ccc; width:100%; padding:48px;">
167
- <CatalogProduct :product="product" textCta="Texto" />
167
+ <CatalogProduct
168
+ :product="product"
169
+ textCta="Texto"
170
+ />
168
171
  </div>
169
172
  </div>
170
173
  `,
@@ -211,7 +211,7 @@ export default {
211
211
  };
212
212
  },
213
213
 
214
- mounted() {
214
+ created() {
215
215
  const self = this;
216
216
 
217
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.233",
3
+ "version": "1.93.235",
4
4
  "private": false,
5
5
  "main": "dist/brave-vue.ssr.js",
6
6
  "browser": "dist/brave-vue.esm.js",