vue-nkn-chat
Install
npm install vue-nkn-chat
or
yarn add vue-nkn-chat
Usage
main.js
Vue
vue page
<template> <nkn-chat lang="en" title="Customer Support Service" welcome="Hi, this is NKN's community support team. How are you today and what can we help?" send-label="Send" topic="YOUR_TOPIC"/></template><script> import 'vue-nkn-chat/lib/nknChat.css'</script>