App.vue 189 B

123456789101112131415
  1. <script setup lang="ts">
  2. </script>
  3. <template>
  4. <router-view></router-view>
  5. </template>
  6. <style lang="less">
  7. #app{
  8. height: 100%;
  9. }
  10. .el-message{
  11. min-width: 250px !important;
  12. }
  13. </style>