|
@@ -18,8 +18,9 @@
|
|
|
</template>
|
|
|
</el-col>
|
|
|
<el-col :span="24" style="text-align:right">
|
|
|
- <el-button type="primary" size="mini" @click="sendMessage" style="margin-bottom:10px">发送</el-button>
|
|
|
- <wang-editor v-model="content" ref="editor"></wang-editor>
|
|
|
+ <!-- <wang-editor v-model="content" ref="editor"></wang-editor> -->
|
|
|
+ <el-input v-model="content" type="textarea"></el-input>
|
|
|
+ <el-button type="primary" size="mini" @click="sendMessage" style="margin-top:10px">发送</el-button>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
</div>
|
|
@@ -34,7 +35,7 @@ export default {
|
|
|
props: {
|
|
|
room: { type: Object },
|
|
|
},
|
|
|
- components: { wangEditor },
|
|
|
+ components: {},
|
|
|
data: () => {
|
|
|
return {
|
|
|
content: '',
|