src/views/home/index.vue
@@ -1,11 +1,22 @@ <script setup> import FlexLayout from "@/components/FlexLayout.vue"; </script> <template> <flex-layout> <div class="home-content"> </div> </flex-layout> </template> <style scoped> .home-content { position: relative; height: 100%; background-image: url("./images/home.png"); background-repeat: no-repeat; background-size: 100% 100%; } </style>