<template> <div id="app" class="min-h-screen"> <router-view /> </div> </template> <script setup lang="ts"> // App组件 </script>