cpnsList.js 289 B

123456789101112131415161718
  1. // 组件相关配置文件
  2. export const cpnsList = [
  3. {
  4. classType: 'icon-m-anniu',
  5. type: 'button',
  6. text: '按钮',
  7. },
  8. {
  9. classType: 'icon-wenben',
  10. type: 'text',
  11. text: '文字',
  12. },
  13. {
  14. classType: 'icon-tupian',
  15. type: 'image',
  16. text: '图片',
  17. }
  18. ]