classcard-ui 0.2.438 → 0.2.439

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.438",
3
+ "version": "0.2.439",
4
4
  "main": "dist/classcard-ui.common.js",
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -252,7 +252,7 @@ export default {
252
252
  },
253
253
  search() {
254
254
  this.selectedValue = null;
255
- if (!this.selectSearch && this.selectSearch == "") {
255
+ if (!this.selectSearch || this.selectSearch == "") {
256
256
  this.renderOptions = this.options;
257
257
  return;
258
258
  }