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

12345678910
  1. const props = {
  2. value: {
  3. type: null,
  4. value: null,
  5. },
  6. defaultValue: {
  7. type: null,
  8. },
  9. };
  10. export default props;