props.js 322 B

12345678910111213141516171819202122232425262728
  1. export default {
  2. icon:{
  3. type:String,
  4. default:''
  5. },
  6. fail:{
  7. type:Boolean,
  8. default:false
  9. },
  10. message:{
  11. type:String,
  12. default:''
  13. },
  14. type:{
  15. type:String,
  16. default:''
  17. },
  18. value:{
  19. type:Boolean,
  20. default: false
  21. }
  22. }