yangyin
2024-10-29 7c4a1d135dd43f2dde8d847caf44e2db92a8a525
src/views/project/ch/home/component/waterRight/center.vue
@@ -36,14 +36,13 @@
</template>
<script setup lang="ts">
import { reactive, ref } from 'vue';
import { reactive } from 'vue';
import { activeRoomId, activeSampleId, setRoomConfig } from '/@/stores/chatRoom';
let state = reactive({
   exampleContent: [],
   isShowExample: false,
   m_groupArr: [],
});
const exampleList = ref([]); //模版列表
const emits = defineEmits<{
   (event: 'advanceExampleClick', data): void;
   (event: 'updateChatInput', val): void;