@virgodev/chat

2.0.2 • Public • Published

Installation

Add ChatAppMixin to your main app component's mixin list

import ChatAppMixin from '@virgodev/chat/ChatAppMixin';

export default {
  mixins: [ChatAppMixin,]
}

Add ChatMixin to any component that needs the chat api

import ChatMixin from '@virgodev/chat/ChatMixin';

export default {
  mixins: [ChatMixin,]
}

Readme

Keywords

none

Package Sidebar

Install

npm i @virgodev/chat

Weekly Downloads

1

Version

2.0.2

License

ISC

Unpacked Size

31.8 kB

Total Files

14

Last publish

Collaborators

  • kaysonsylvester
  • danemco
  • ataylor32
  • freakypie