@asd20/ui 3.2.472 → 3.2.473

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/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "*.scss",
6
6
  "*.vue"
7
7
  ],
8
- "version": "3.2.472",
8
+ "version": "3.2.473",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -362,8 +362,8 @@ export default {
362
362
  }
363
363
  },
364
364
  reset() {
365
- this.counter === 1
366
- this.counter2 === 10
365
+ this.counter = 1
366
+ this.counter2 = 10
367
367
  this.$emit('announcements-in-view')
368
368
  },
369
369
  },
@@ -363,8 +363,8 @@ export default {
363
363
  }
364
364
  },
365
365
  reset() {
366
- this.counter === 1
367
- this.counter2 === 10
366
+ this.counter = 1
367
+ this.counter2 = 10
368
368
  this.$emit('announcements-in-view')
369
369
  },
370
370
  },