合同小程序前端代码仓库
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.

17 lines
199 B

3 months ago
  1. export default {
  2. src: {
  3. type: String,
  4. default: ''
  5. },
  6. color: {
  7. type: String,
  8. default: ''
  9. },
  10. web: {
  11. type: Boolean,
  12. default: false
  13. },
  14. inherit: {
  15. type: Boolean,
  16. default: false
  17. }
  18. }