appMap.vue 370 B

123456789101112131415161718192021222324252627282930313233
  1. <template>
  2. <view>
  3. <!-- <u-button type="error" text="车辆" @click="$refs.carChooseRef.show()"></u-button>
  4. <tq-car-user ref="carChooseRef"
  5. >
  6. </tq-car-user> -->
  7. </view>
  8. </template>
  9. <script>
  10. export default {
  11. components: {
  12. },
  13. data() {
  14. return {
  15. }
  16. },
  17. onReady () {
  18. },
  19. methods: {
  20. }
  21. }
  22. </script>
  23. <style lang="scss" scoped>
  24. </style>