home.vue 206 B

1234567891011121314151617
  1. <template>
  2. <div class="mod-home">
  3. <h3>机场智慧平台,欢迎您!</h3>
  4. </div>
  5. </template>
  6. <script>
  7. export default {
  8. }
  9. </script>
  10. <style>
  11. .mod-home {
  12. line-height: 1.5;
  13. }
  14. </style>