bri-components 1.3.98 → 1.4.1

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.
@@ -634,9 +634,6 @@
634
634
  changeSelect () {
635
635
  this.$emit("changeSelect", this.selectIds, this.selections);
636
636
  }
637
- // change (...params) {
638
- // this.$emit("change", ...params);
639
- // }
640
637
  },
641
638
  watch: {
642
639
  data (newVal, oldVal) {