import RobinChat from 'robin.io-vue'
import 'robin.io-vue/dist/style.css'
Vue.use(RobinChat)
// Mount RobinChat UI component.
<template>
<RobinChat api-key="" user-token="" user-name="" :users="[]" :keys="keys" :page-loader="true" />
</template>