editInformation.vue 224 B

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