index.vue 196 B

12345678910111213141516171819
  1. <template>
  2. <view class="content">
  3. </view>
  4. </template>
  5. <script>
  6. export default {
  7. data() {
  8. return {}
  9. },
  10. onLoad() {
  11. },
  12. methods: {}
  13. }
  14. </script>
  15. <style lang="scss" scoped>
  16. </style>