@panpanzhao/component-ui 1.0.1 → 1.0.2

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.
@@ -11898,7 +11898,6 @@ function getComConfig(h) {
11898
11898
  };
11899
11899
  }
11900
11900
  function getElementLabelLine(h) {
11901
- debugger;
11902
11901
  var conf = getComConfig(h);
11903
11902
  if (h) {
11904
11903
  conf.methods.getScopedSlot = function getScopedSlot(slotName) {
@@ -234,7 +234,6 @@ function getComConfig(h) {
234
234
  };
235
235
  }
236
236
  function getElementLabelLine(h) {
237
- debugger;
238
237
  var conf = getComConfig(h);
239
238
  if (h) {
240
239
  conf.methods.getScopedSlot = function getScopedSlot(slotName) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@panpanzhao/component-ui",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "A Component Library for Vue.js.",
5
5
  "main": "lib/component-ui.common.js",
6
6
  "unpkg": "lib/index.js",