Ádding like as a reaction

This commit is contained in:
Belen Curcio
2017-05-01 12:00:44 -03:00
parent f1bebaa627
commit 1a50b6cc85
4 changed files with 97 additions and 147 deletions
+1 -1
View File
@@ -2,6 +2,6 @@ import LikeButton from './containers/LikeButton';
export default {
slots: {
commentDetail: [LikeButton]
commentReactions: [LikeButton]
}
};