README
vue-comment
import 'jpossible-comment/dist/jpossible-comment.css'
import Jcomment from 'jpossible-comment'
export default {
name: 'App',
components: {
Jcomment
}
}
<template>
<div id="app">
<Jcomment></Jcomment>
</div>
</template>