mali-applet-ui 1.1.25 → 1.1.26

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.
@@ -15,9 +15,7 @@ export default {
15
15
  fail: 'Operation failure'
16
16
  },
17
17
  modal: {
18
- sysTitle: 'System message',
19
- confirm: 'Confirm',
20
- cancel: 'Cancel'
18
+ sysTitle: 'System message'
21
19
  },
22
20
  mlLoadMore: {
23
21
  loading: 'Loading...',
@@ -12,7 +12,7 @@ export default {
12
12
  },
13
13
  toast: {
14
14
  success: '操作成功',
15
- error: '操作失败'
15
+ fail: '操作失败'
16
16
  },
17
17
  modal: {
18
18
  sysTitle: '系统提示'
@@ -6,17 +6,17 @@
6
6
  <view class="ml-time-line__info">
7
7
  <view class="ml-time-line__title">
8
8
  <slot name="title" v-bind:row="item" v-bind:text="item.title">
9
- {{item.title || ''}}
9
+ <view>{{item.title || ''}}</view>
10
10
  </slot>
11
11
  </view>
12
12
  <view class="ml-time-line__content">
13
13
  <slot name="desc" v-bind:row="item" v-bind:text="item.content">
14
- {{item.content || ''}}
14
+ <view>{{item.content || ''}}</view>
15
15
  </slot>
16
16
  </view>
17
17
  <view class="ml-time-line__time">
18
18
  <slot name="time" v-bind:row="item" v-bind:text="item.time">
19
- {{item.time || ''}}
19
+ <view>{{item.time || ''}}</view>
20
20
  </slot>
21
21
  </view>
22
22
  </view>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mali-applet-ui",
3
- "version": "1.1.25",
3
+ "version": "1.1.26",
4
4
  "description": "vue2 码里云小程序组件库",
5
5
  "files": [
6
6
  "lib",