mirror of
https://github.com/wassname/talk.git
synced 2026-06-30 01:07:00 +08:00
8 lines
129 B
JavaScript
8 lines
129 B
JavaScript
import UpvoteButton from './components/UpvoteButton';
|
|
|
|
export default {
|
|
slots: {
|
|
commentReactions: [UpvoteButton],
|
|
},
|
|
};
|