fix: fixed bug image preview im mobile chat session page

This commit is contained in:
RockYang
2024-02-29 15:41:45 +08:00
parent 2c7d472069
commit 3264fda06e
4 changed files with 15 additions and 5 deletions

View File

@@ -15,7 +15,7 @@
</template>
<script setup>
import {onMounted, ref} from "vue"
import {nextTick, onMounted, ref} from "vue"
import {showImagePreview} from "vant";