1.0.0 • Published 1 year ago

vue-wc-likes v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

vue-wc-likes

vue-wc-likes is vue component wrapper for wc-likes web custom element. See demo in demonstration page see for more info wc-likes git repo

install

npm insall vue-wc-likes

usage

import VLikes from './components/likes.vue';
//...
components: {  VLikes},

and in template

<VLikes :value="like"  :hint="hint" :submitLike="submitLike" :fetchLikes="fetchLikes"/>

Enjoy!