聊天消息
Quasar 提供了一个名为 QChatMessage 的聊天组件,用于呈现 props 提供的数据。
TIP
当消息和头像一起使用但是缺少头像时,使用一个头像占位符。 To mix messages with avatar and without avatar in the same thread, use a placeholder avatar image.
QChatMessage API
用法
基础
TIP
使用 sent
属性指定作为发送一端的消息,另一端是接收方。
自定义
插槽
消毒
WARNING
如果数据来自用户的输入,一定要对不信任的数据进行消毒处理。