Skip to content

Instantly share code, notes, and snippets.

@ammezie
Created November 13, 2019 20:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ammezie/c3928640ec60d48e19b32c944df16bd4 to your computer and use it in GitHub Desktop.
Save ammezie/c3928640ec60d48e19b32c944df16bd4 to your computer and use it in GitHub Desktop.
// resources/js/components/ChatRoom.vue
<span
class="help-block mt-2"
v-if="isTyping && typing.user.id !== username"
style="font-style: italic;">{{ `${typing.user.name} is typing...` }}</span>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment