您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

textDetails.vue 92B

1234567891011
  1. <template>
  2. <view>
  3. 文本详情
  4. </view>
  5. </template>
  6. <script>
  7. </script>
  8. <style>
  9. </style>