@smallwei/avue 3.1.0 → 3.1.2

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.
@@ -8,13 +8,20 @@ export default {
8
8
  select: 'Please select',
9
9
  input: 'Please input'
10
10
  },
11
+ check: {
12
+ checkAll: 'checkAll'
13
+ },
11
14
  upload: {
12
15
  upload: 'upload',
13
16
  tip: 'Drag files here,/'
14
17
  },
18
+ time: {
19
+ start: 'start',
20
+ end: 'end',
21
+ },
15
22
  date: {
16
- start: 'Start date',
17
- end: 'End date',
23
+ start: 'start',
24
+ end: 'end',
18
25
  t: 'today',
19
26
  y: 'yesterday',
20
27
  n: 'nearly 7',
@@ -8,13 +8,20 @@ export default {
8
8
  select: '请选择',
9
9
  input: '请输入'
10
10
  },
11
+ check: {
12
+ checkAll: '全选'
13
+ },
11
14
  upload: {
12
15
  upload: '点击上传',
13
16
  tip: '将文件拖到此处,或'
14
17
  },
18
+ time: {
19
+ start: '开始',
20
+ end: '结束'
21
+ },
15
22
  date: {
16
- start: '开始日期',
17
- end: '结束日期',
23
+ start: '开始',
24
+ end: '结束',
18
25
  t: '今日',
19
26
  y: '昨日',
20
27
  n: '近7天',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smallwei/avue",
3
- "version": "3.1.0",
3
+ "version": "3.1.2",
4
4
  "description": "A Magic Configurable Web Framework",
5
5
  "main": "lib/avue.min.js",
6
6
  "unpkg": "lib/avue.min.js",
@@ -68,4 +68,4 @@
68
68
  "README.md",
69
69
  "LICENSE"
70
70
  ]
71
- }
71
+ }