classcard-ui 0.2.562 → 0.2.563

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.562",
3
+ "version": "0.2.563",
4
4
  "main": "dist/classcard-ui.umd.min.js",
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -92,11 +92,8 @@ export default {
92
92
  },
93
93
  methods: {
94
94
  switchTab(tabText) {
95
- console.log(tabText);
96
95
  let tabSelected = tabText;
97
- console.log(tabSelected);
98
96
  this.activeTab = tabSelected;
99
- console.log(this.activeTab);
100
97
  },
101
98
  switchTabForMobile(index) {
102
99
  var selectedOption = this.tabs[index];