Renaming to talk

This commit is contained in:
Belen Curcio
2017-06-26 15:46:53 -03:00
parent a14e4859a9
commit 5e1450ffb0
9 changed files with 225 additions and 2 deletions
@@ -0,0 +1,7 @@
import PermalinkButton from './components/PermalinkButton';
export default {
slots: {
commentActions: [PermalinkButton]
}
};