bkui-vue 0.0.2-beta.115 → 0.0.2-beta.116

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.
@@ -1158,7 +1158,7 @@ var off = function off(element, event, handler) {
1158
1158
  "style": barStyle.value
1159
1159
  }, null), props.showInterval ? intervals.value.map(function (interval, index) {
1160
1160
  if (index === 0 || index === intervals.value.length - 1) {
1161
- return (0,external_vue_namespaceObject.createVNode)("div", null, [(0,external_vue_namespaceObject.createTextVNode)("asdads")]);
1161
+ return null;
1162
1162
  }
1163
1163
  return (0,external_vue_namespaceObject.createVNode)("div", {
1164
1164
  "key": index,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bkui-vue",
3
- "version": "0.0.2-beta.115",
3
+ "version": "0.0.2-beta.116",
4
4
  "workspaces": {
5
5
  "packages": [
6
6
  "packages/!(**.bak)*",