props.ts 80 B

12345678
  1. export default {
  2. config:{
  3. type:Object,
  4. default: {}
  5. }
  6. }