<script setup> import ScaleBox from "./components/ScaleBox.vue"; </script> <template> <scale-box :width="1920" :height="1080"> <router-view></router-view> </scale-box> </template> <style > </style>