@kmhgmbh/kmh-comment-box
v1.0.1
Published
## Project setup
Downloads
6
Keywords
Readme
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
}
}