Upgrade toQuasar v2and use Vue.js 3
Chat Message

Quasar supplies a chat component called QChatMessage which is really a chat entry that renders the data given by the props.

TIP

To mix messages with avatar and without avatar in the same thread, use a placeholder avatar image.

QChatMessage API

Usage

The basics

TIP

Using the property sent is intended for the sender of the chat message. The other side is for received messages.
















Customization







Slots







Sanitization

WARNING

Always sanitize values if you do not trust the origin (if the value comes from user input).