dolphin-weex-ui 2.3.2 → 2.3.4

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
@@ -1,5 +1,15 @@
1
1
  # 升级日志
2
2
 
3
+ ## 2.3.4
4
+
5
+ - [ ! ] 修复dof-cell 红点位置未适配问题
6
+ - [ ! ] date: 2025/05/13
7
+
8
+ ## 2.3.3
9
+
10
+ - [ ! ] 修复dof-button 一键换肤bug
11
+ - [ ! ] date: 2025/05/08
12
+
3
13
  ## 2.3.2
4
14
 
5
15
  - [ ! ] 更新bridge版本
@@ -52034,7 +52034,7 @@ module.exports.render._withStripped = true
52034
52034
 
52035
52035
  module.exports={render:function (){var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;
52036
52036
  return _c('WeexThemeView', {
52037
- key: _vm.disabled + ''
52037
+ key: _vm.disabled + _vm._theme + ''
52038
52038
  }, [(_vm.pattern === 'plain_text') ? _c('text', {
52039
52039
  class: ['btn-text', _vm.isHighlight && !_vm.disabled && _vm.pattern === 'text' && !_vm._isColmo && ("dof-text-highlight-" + _vm.type)],
52040
52040
  style: _vm.mrTextStyle,