mine.vue 170 B

1234567891011121314151617181920
  1. <template>
  2. <!-- 我的 -->
  3. <view>
  4. </view>
  5. </template>
  6. <script>
  7. export default {
  8. data() {
  9. return {
  10. };
  11. }
  12. }
  13. </script>
  14. <style lang="scss">
  15. </style>