mali-applet-ui 0.1.56 → 0.1.58

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.
@@ -98,7 +98,8 @@ export default {
98
98
  }
99
99
  this.loading = false
100
100
  return data
101
- }).catch(() => {
101
+ }).catch((e) => {
102
+ console.error(e)
102
103
  this.loading = false
103
104
  return []
104
105
  })
@@ -88,7 +88,8 @@ export default {
88
88
  }
89
89
  this.loading = false
90
90
  return data
91
- }).catch(() => {
91
+ }).catch((e) => {
92
+ console.error(e)
92
93
  this.loading = false
93
94
  return []
94
95
  })
@@ -199,7 +199,7 @@ export default {
199
199
  }
200
200
  return `${column.width}rpx`
201
201
  }
202
- return `${this.colMinWidth}vw`
202
+ return `${this.colMinWidth}%`
203
203
  },
204
204
  getTableHeight () {
205
205
  if (this.height) {
@@ -24,16 +24,16 @@
24
24
  </template>
25
25
 
26
26
  <script>
27
- import VoiceInput from './voice-input.vue'
27
+ // import VoiceInput from './voice-input.vue'
28
28
 
29
29
  export default {
30
30
  name: 'MlTextarea',
31
31
  options: {
32
32
  virtualHost: true
33
33
  },
34
- components: {
35
- VoiceInput
36
- },
34
+ // components: {
35
+ // VoiceInput
36
+ // },
37
37
  props: {
38
38
  value: {
39
39
  type: String,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mali-applet-ui",
3
- "version": "0.1.56",
3
+ "version": "0.1.58",
4
4
  "description": "码里云小程序组件库",
5
5
  "files": [
6
6
  "components",