Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 485 Bytes

README.md

File metadata and controls

28 lines (24 loc) · 485 Bytes

vue-nkn-chat

Install

npm install vue-nkn-chat

or

yarn add vue-nkn-chat

Usage

main.js

import nknChat from 'vue-nkn-chat'

Vue.use(nknChat)

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>