@tak-ps/vue-tabler 2.3.0 → 2.3.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.
package/CHANGELOG.md CHANGED
@@ -10,6 +10,10 @@
10
10
 
11
11
  ## Version History
12
12
 
13
+ ### v2.3.1
14
+
15
+ - :rocket: Remove Debug Code
16
+
13
17
  ### v2.3.0
14
18
 
15
19
  - :rocket: Improved List Component
@@ -75,7 +75,6 @@ export default {
75
75
  buttonHeight() {
76
76
  if(!this.isMounted) return 100;
77
77
  const buttonDOM = this.$refs.button
78
- console.error(buttonDOM);
79
78
  return buttonDOM ? buttonDOM.offsetWidth : 100;
80
79
  },
81
80
  },
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tak-ps/vue-tabler",
3
3
  "type": "module",
4
- "version": "2.3.0",
4
+ "version": "2.3.1",
5
5
  "main": "lib.js",
6
6
  "module": "lib.js",
7
7
  "description": "Tabler UI components for Vue3",