C端小程序
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

16 行
273 B

  1. Component({
  2. externalClasses: ['i-class'],
  3. options: {
  4. // 在组件定义时的选项中启用多slot支持
  5. multipleSlots: true
  6. },
  7. methods : {
  8. handleTap2(){
  9. },
  10. handleTap3(){
  11. }
  12. }
  13. });