Commit 894ea6a9 by xiawei

客户端与服务端dom不匹配报错问题

parent 59699d9f
<!--
* @Author: your name
* @Date: 2020-09-14 16:53:49
* @LastEditTime: 2020-10-16 17:30:03
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: /consoles_program/Users/xiawei/gdy/web-live/components/modules-pc/chatBox/index.vue
-->
<template>
<div class="chat">
<div class="top-chat-box">
......@@ -15,7 +7,9 @@
<chat-list></chat-list>
</div>
<div class="chat-send">
<send-box></send-box>
<client-only>
<send-box></send-box>
</client-only>
</div>
</div>
</template>
......
......@@ -6,7 +6,9 @@
<div class="chat-box">
<chat-box></chat-box>
</div>
<send-box v-show="isShowChat" v-transfer-dom></send-box>
<client-only>
<send-box v-show="isShowChat" v-transfer-dom></send-box>
</client-only>
<suspension-box v-show="isShowChat" v-transfer-dom></suspension-box>
</div>
</template>
......
{
"name": "ssr-program-live",
"version": "1.0.1",
"version": "1.0.2",
"description": "My superb Nuxt.js project",
"author": "1006903445@qq.com",
"private": true,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment