<template> <!-- <router-view></router-view> --> <Layout /> </template> <script setup lang="ts"> import Layout from '@/layout/Layout.vue' </script> <style> </style>