啝裳
2021-04-17 2576735adeb42ddd39bbaae6f4f5662df781b83a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
export default {
  comp: 'Component',
  basic: 'Basic',
  transition: 'Animation',
  countTo: 'Count To',
 
  scroll: 'Scroll',
  scrollBasic: 'Basic',
  scrollAction: 'Scroll Function',
  virtualScroll: 'Virtual Scroll',
 
  tree: 'Tree',
 
  treeBasic: 'Basic',
  editTree: 'Searchable/toolbar',
  actionTree: 'Function operation',
 
  modal: 'Modal',
  drawer: 'Drawer',
  desc: 'Desc',
 
  lazy: 'Lazy',
  lazyBasic: 'Basic',
  lazyTransition: 'Animation',
 
  verify: 'Verify',
  verifyDrag: 'Drag ',
  verifyRotate: 'Picture Restore',
 
  qrcode: 'QR code',
  strength: 'Password strength',
  upload: 'Upload',
 
  loading: 'Loading',
 
  time: 'Relative Time',
  cropperImage: 'Cropper Image',
  flowChart: 'Flow Chart',
};