Files
talk/plugins/coral-plugin-permalink/client/index.js
T
Belen Curcio fedca113d2 Adding plugin
2017-06-26 11:50:51 -03:00

8 lines
134 B
JavaScript

import PermalinkButton from './components/PermalinkButton';
export default {
slots: {
commentActions: [PermalinkButton]
}
};