dolphin-weex-ui 2.0.2 → 2.0.3

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,10 @@
1
1
  # 升级日志
2
2
 
3
+ ## 2.0.3
4
+
5
+ - [ ! ] 兼容老版本一键换肤工具
6
+ - [ ! ] date: 2024/01/15
7
+
3
8
  ## 2.0.2
4
9
 
5
10
  - [ ! ] 修复dof-cell disabled为true在iOS不置灰问题
@@ -8,6 +13,10 @@
8
13
  ## 2.0.1
9
14
 
10
15
  - [ ! ] 同步1.4.8代码
16
+
17
+ ## 1.4.9
18
+
19
+ - [ ! ] 修复dof-cell disabled为true时ios不置灰问题
11
20
  - [ ! ] date: 2024/01/12
12
21
 
13
22
  ## 1.4.8
@@ -91,7 +91,7 @@ Object.defineProperty(exports, "__esModule", {
91
91
  var ColmoMixin = {
92
92
  computed: {
93
93
  _theme: function _theme() {
94
- return this.$theme ? this.$theme.getRootTheme() || this.$theme.getTheme() : '';
94
+ return this.$theme ? this.$theme.getRootTheme && this.$theme.getRootTheme() || this.$theme.getTheme() : '';
95
95
  },
96
96
  _isColmo: function _isColmo() {
97
97
  if (!this.$theme) return false;