index.vue 144 B

1234567891011
  1. <template>
  2. <router-view />
  3. </template>
  4. <script>
  5. export default {
  6. name: "PhotovoltaicAnalyse", //风电分析
  7. };
  8. </script>
  9. <style></style>