user.vue 195 B

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