mirror of
https://github.com/wassname/talk.git
synced 2026-06-29 16:33:12 +08:00
8 lines
135 B
JavaScript
8 lines
135 B
JavaScript
import DownvoteButton from './components/DownvoteButton';
|
|
|
|
export default {
|
|
slots: {
|
|
commentReactions: [DownvoteButton],
|
|
},
|
|
};
|