index.vue 132 B

1234567891011
  1. <template>
  2. <view>历史记录</view>
  3. </template>
  4. <script>
  5. export default {
  6. name: 'history',
  7. };
  8. </script>
  9. <style scoped></style>