C端小程序
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
230 B

  1. Component({
  2. externalClasses: ['i-class'],
  3. properties: {
  4. loading: {
  5. type: Boolean,
  6. value: true
  7. },
  8. tip: {
  9. type: String,
  10. value: ''
  11. }
  12. },
  13. });