more.vue 151 B

1234567891011121314
  1. <template>
  2. <view class="common-more">
  3. 点击加载更多
  4. </view>
  5. </template>
  6. <script>
  7. </script>
  8. <style lang="less">
  9. .common-more{
  10. }
  11. </style>