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;