pastRoute.vue 240 B

12345678910111213141516171819202122232425262728
  1. <template>
  2. <view class="">
  3. </view>
  4. </template>
  5. <script>
  6. export default {
  7. components: {
  8. },
  9. data() {
  10. return {
  11. }
  12. },
  13. onReady () {
  14. },
  15. methods: {
  16. callBack() {
  17. }
  18. }
  19. }
  20. </script>
  21. <style lang="scss" scoped>
  22. </style>