UNPKG

vue-quick-chat

Version:

This vue component is a simple chat that can be easily imported and used in your project.

4 lines (3 loc) 112 B
import Vue from 'vue' Vue.config.productionTip = false export { default as Chat } from './components/Chat.vue';