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

index.js 136 B

6年前
123456789
  1. Component({
  2. externalClasses: ['i-class'],
  3. relations: {
  4. '../col/index': {
  5. type: 'child'
  6. }
  7. }
  8. });