运维小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123456789101112131415161718
  1. const props = {
  2. links: {
  3. type: Array,
  4. value: [],
  5. },
  6. logo: {
  7. type: Object,
  8. },
  9. style: {
  10. type: String,
  11. value: '',
  12. },
  13. text: {
  14. type: String,
  15. value: '',
  16. },
  17. };
  18. export default props;