1.1.5 • Published 6 years ago

pandacomment v1.1.5

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

:panda_face:PandaCommentComponent

npm.io npm.io npm.io npm.io npm.io npm.io npm.io

Introduction

This is a Vue-based comment component, you are free to make a second transformation on it, become your stuff, and finally apply it to real projects. I call it the Panda Comment component.

How To Use?

npm i pandacomment

InTheTemplate

import {PandaComment} from 'pandacomment'

//In vue template

export default {
    components: {
        PandaComment
      }
}
<div>
<PandaComment :commentList = "[
   {
      username:'',
      content:'', 
      nowDate:'',//note ,if you publish comment , the component can record now time
   }
   ]" :logo="your avatarUrl"/>
</div>
//The commentList this prop is of type Array. Note that you must keep the field name consistent!

效果演示

alt

LICENSE

Copyright (c) 2019 Eric Wang

1.1.5

6 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago