UNPKG
coral-quick-chat
Version:
latest (1.2.13)
1.2.13
1.2.12
1.2.11
1.2.10
1.2.9
1.2.7
1.2.6
1.2.5
1.2.3
1.2.2
github.com/MatheusrdSantos/vue-quick-chat
MatheusrdSantos/vue-quick-chat
coral-quick-chat
/
src
/
index.js
4 lines
(3 loc)
•
112 B
JavaScript
View Raw
1
2
3
4
import
Vue
from
'vue'
Vue
.
config
.
productionTip
=
false
export
{
default
as
Chat
}
from
'./components/Chat.vue'
;