0.5.0 • Published 6 years ago
jpossible-comment v0.5.0
###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>