personal_information.vue 205 B

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