PlatformModule.vue 228 B

123456789101112131415161718192021
  1. <template>
  2. <div class="car_series">
  3. 平台模块
  4. </div>
  5. </template>
  6. <script>
  7. export default {
  8. data() {
  9. return {
  10. }
  11. },
  12. mounted() {
  13. }
  14. }
  15. </script>
  16. <style scoped lang="less">
  17. </style>