UNPKG

vue-quick-chat-m

Version:

Modified for own project based on [MatheusrdSantos/vue-quick-chat](https://github.com/MatheusrdSantos/vue-quick-chat).

6 lines (5 loc) 178 B
import Vue from 'vue' import feather from 'vue-icon' Vue.config.productionTip = false Vue.use(feather, 'v-feather-icon') export { default as Chat } from './components/Chat.vue';