运维小程序
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.

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