index.js 875 B

12345678910111213141516171819202122232425262728293031
  1. import Text from './text'
  2. import imageSrc from './imageSrc'
  3. import imageSrcList from './imageSrcList'
  4. import Url from './url'
  5. import musicSrc from './musicSrc'
  6. import btnType from './btnType'
  7. import location from './location'
  8. import grid from './grid'
  9. import NoticeBar from './NoticeBar'
  10. import avatar from './avatar'
  11. import Video from './video'
  12. import SourceForm from './SourceForm'
  13. import alt from './alt'
  14. import trackId from './trackId'
  15. export default {
  16. [Text.name]: Text,
  17. [imageSrc.name]: imageSrc,
  18. [Url.name]: Url,
  19. [musicSrc.name]: musicSrc,
  20. [imageSrcList.name]: imageSrcList,
  21. [btnType.name]: btnType, //类型选择
  22. [location.name]: location, //地图位置
  23. [grid.name]: grid, //地图位置
  24. [NoticeBar.name]: NoticeBar,
  25. [avatar.name]: avatar,
  26. [Video.name]: Video,
  27. [SourceForm.name]: SourceForm,
  28. [trackId.name]: trackId,
  29. [alt.name]: alt,
  30. }