Files
YGChatCS/components/ResponseWrapper/index.vue
2025-07-14 16:10:10 +08:00

12 lines
189 B
Vue

<template>
<view class="response-wrapper">
<slot></slot>
</view>
</template>
<script setup></script>
<style scoped lang="scss">
@import "./styles/index.scss";
</style>