<template> <div class="h-full w-full bg-[#ffffff] p-4"> <div>聊天内容</div> </div> </template> <script setup lang="ts"> import { reactive } from 'vue' const state: any = reactive({}) </script> <style lang="scss" scoped></style>