TaskList.uvue 267 B

1234567891011121314151617181920212223242526
  1. <template>
  2. <!-- #ifdef APP -->
  3. <scroll-view style="flex:1">
  4. <!-- #endif -->
  5. <!-- #ifdef APP -->
  6. </scroll-view>
  7. <!-- #endif -->
  8. </template>
  9. <script>
  10. export default {
  11. data() {
  12. return {
  13. }
  14. },
  15. methods: {
  16. }
  17. }
  18. </script>
  19. <style>
  20. </style>