<template> <div class="Main"> <router-view /> </div> </template> <script setup> </script> <style lang="scss" scoped> </style>