classcard-ui 0.2.345 → 0.2.346

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.345",
3
+ "version": "0.2.346",
4
4
  "main": "dist/classcard-ui.common.js",
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -117,7 +117,8 @@ export default {
117
117
  },
118
118
  methods: {
119
119
  switchValue() {
120
- this.isToggle = this.isToggle === 1 ? 0 : 1;
120
+ // this.isToggle = this.isToggle === 1 ? 0 : 1;
121
+ // console.log("show is toggle", this.isToggle);
121
122
  this.$emit("returnToggleValue", this.isToggle);
122
123
  },
123
124
  },