储能智慧云小程序
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.

props.js 267B

1234567891011121314151617
  1. const props = {
  2. bordered: {
  3. type: Boolean,
  4. },
  5. externalClasses: {
  6. type: Array,
  7. },
  8. theme: {
  9. type: String,
  10. value: 'default',
  11. },
  12. title: {
  13. type: String,
  14. value: '',
  15. },
  16. };
  17. export default props;