1.0.1 • Published 5 years ago

@kmhgmbh/kmh-comment-box v1.0.1

Weekly downloads
3
License
-
Repository
-
Last release
5 years ago

kmh-comment-box

Project setup

npm i @kmhgmbh/kmh-comment-box

Integration

import Vue from 'vue';
import App from './App.vue';
import KmhCommentBox from '@kmhgmbh/kmh-comment-box';

Vue.use(KmhCommentBox);
Vue.config.productionTip = false;

new Vue({
  render: h => h(App),
}).$mount('#app');

Usage

<comment-box :options="options" />

Props

{
  "commentOptions": {
    "title": string,
    "value": string
  }
}