You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
362 B

3 years ago
  1. <!--
  2. * @Author: Haiqiang
  3. * @Date: 2021-04-09 12:05:00
  4. * @LastEditors: Haiqiang
  5. * @LastEditTime: 2021-05-24 14:10:39
  6. * @Description: 示例
  7. -->
  8. <template>
  9. <view class="content">
  10. demo
  11. </view>
  12. </template>
  13. <script>
  14. export default {
  15. data() {
  16. return {
  17. title: ''
  18. }
  19. },
  20. onLoad() {
  21. },
  22. methods: {
  23. }
  24. }
  25. </script>
  26. <style>
  27. </style>