1.1.5 • Published 5 years ago

pandacomment v1.1.5

Weekly downloads
4
License
MIT
Repository
github
Last release
5 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

5 years ago

1.1.4

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago