classcard-ui 0.2.333 → 0.2.334

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "classcard-ui",
3
- "version": "0.2.333",
3
+ "version": "0.2.334",
4
4
  "main": "dist/classcard-ui.common.js",
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -222,7 +222,7 @@ export default {
222
222
  this.emitGetOptions(search, loaderSearching);
223
223
  },
224
224
  emitGetOptions: debounce(function (search, loaderSearching) {
225
- this.$emit("search", search, loaderSearching);
225
+ this.$emit("getOptions", search, loaderSearching);
226
226
  }, 300),
227
227
  setSelectedOptions(params) {
228
228
  this.value = params;