@asd20/ui 3.2.470 → 3.2.471

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.470",
8
+ "version": "3.2.471",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -336,6 +336,15 @@ export default {
336
336
  return this.categoryOptions
337
337
  },
338
338
  },
339
+ watch: {
340
+ selectedCategories: function(newVal, oldVal) {
341
+ if (newVal !== oldVal) {
342
+ this.counter === 1
343
+ this.counter2 === 10
344
+ this.$emit('announcements-in-view')
345
+ }
346
+ },
347
+ },
339
348
  methods: {
340
349
  nextSet() {
341
350
  if (
@@ -337,6 +337,15 @@ export default {
337
337
  ]
338
338
  },
339
339
  },
340
+ watch: {
341
+ selectedCategories: function(newVal, oldVal) {
342
+ if (newVal !== oldVal) {
343
+ this.counter === 1
344
+ this.counter2 === 10
345
+ this.$emit('announcements-in-view')
346
+ }
347
+ },
348
+ },
340
349
  methods: {
341
350
  nextSet() {
342
351
  if (