index.vue 234 B

1234567891011121314151617181920212223242526272829
  1. <template>
  2. <view class="page">
  3. </view>
  4. </template>
  5. <script>
  6. export default {
  7. data() {
  8. return {
  9. };
  10. },
  11. onLoad(option) {
  12. },
  13. computed: {
  14. },
  15. methods: {
  16. },
  17. };
  18. </script>
  19. <style lang="scss" scoped>
  20. </style>