sone-ui-component-3.2.4 2.1.47 → 2.1.48

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": "sone-ui-component-3.2.4",
3
- "version": "2.1.47",
3
+ "version": "2.1.48",
4
4
  "private": false,
5
5
  "main": "lib/sone-ui.common.js",
6
6
  "files": [
@@ -139,7 +139,7 @@
139
139
  <span class="custom-tree-node" style="display:flex;" :ref="`treeNode-${scope.node[nodeKey]}`" slot-scope="scope">
140
140
  <span style="font-size:12px;">
141
141
  <i :class="`iconfont iconfont-single ${scope.node.data.iconClass}`"></i>
142
- &nbsp;&nbsp;
142
+ <!-- &nbsp;&nbsp; -->
143
143
  <span v-show="showLabel">{{ scope.node.label }}</span>
144
144
  <slot name="labelSlot" :node="scope.node" ></slot>
145
145
  </span>
package/src/index.js CHANGED
@@ -57,7 +57,7 @@ if (typeof window !== 'undefined' && window.Vue) {
57
57
  }
58
58
 
59
59
  export default {
60
- version: '2.1.47',
60
+ version: '2.1.48',
61
61
  locale: locale.use,
62
62
  i18n: locale.i18n,
63
63
  install,