@burh/nuxt-core 1.0.343 → 1.0.344

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.
@@ -113,8 +113,7 @@ export default {
113
113
  },
114
114
 
115
115
  userTrainingsSelecteds(newValue, oldVal) {
116
- if (oldVal != newValue) {
117
- console.log('change on if');
116
+ if (oldVal != newValue && oldVal.length > 0) {
118
117
  this.$emit('change-selecteds', {
119
118
  oldSelecteds: oldVal,
120
119
  newSelecteds: newValue,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@burh/nuxt-core",
3
- "version": "1.0.343",
3
+ "version": "1.0.344",
4
4
  "description": "Design System and Components.",
5
5
  "author": "Burh",
6
6
  "scripts": {