about.vue 157 B

123456789101112131415
  1. <template>
  2. <view>
  3. </view>
  4. </template>
  5. <script>
  6. import api from './index.js'
  7. export default api;
  8. </script>
  9. <style scoped lang="scss">
  10. </style>