bkui-vue 2.0.2-beta.33 → 2.0.2-beta.34

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/lib/index.js CHANGED
@@ -3,5 +3,5 @@ export * from './hooks';
3
3
  export { default } from './preset';
4
4
  export * from './config-provider';
5
5
  export * from './directives';
6
- export const version = "2.0.2-beta.33";
6
+ export const version = "2.0.2-beta.34";
7
7
  window.__bkui_vue_version__ = version;
@@ -3749,7 +3749,7 @@ function input_objectSpread(e) { for (var r = 1; r < arguments.length; r++) { va
3749
3749
  },
3750
3750
  "contenteditable": true,
3751
3751
  "data-placeholder": !_this.isComposition && !inputInnerHtml && !_this.keyword ? _this.placeholder : '',
3752
- "data-tips": placeholder || '',
3752
+ "data-tips": !_this.isComposition ? placeholder || '' : '',
3753
3753
  "spellcheck": "false",
3754
3754
  "onCompositionend": _this.handleCompositionEnd,
3755
3755
  "onCompositionstart": _this.handleCompositionStart,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bkui-vue",
3
- "version": "2.0.2-beta.33",
3
+ "version": "2.0.2-beta.34",
4
4
  "workspaces": [
5
5
  "packages/**",
6
6
  "scripts/cli",