test-background-color-content.uvue 350 B

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