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

123456789
  1. const props = {
  2. externalClasses: {
  3. type: Array,
  4. },
  5. index: {
  6. type: null,
  7. },
  8. };
  9. export default props;