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

25 行
229 B

  1. <template>
  2. <view>
  3. 学习
  4. </view>
  5. </template>
  6. <script>
  7. export default {
  8. data() {
  9. return {};
  10. },
  11. components: {},
  12. onLoad() {},
  13. onShow() {},
  14. methods: {
  15. },
  16. };
  17. </script>
  18. <style lang="scss" scoped>
  19. </style>