comp.ts 722 B

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