mirror of
https://github.com/wassname/talk.git
synced 2026-08-20 12:50:41 +08:00
11 lines
218 B
JavaScript
11 lines
218 B
JavaScript
import LikeButton from './LikeButton';
|
|
import translations from './translations.yml';
|
|
|
|
export default {
|
|
translations,
|
|
slots: {
|
|
commentReactions: [LikeButton],
|
|
featuredCommentsReactions: [LikeButton]
|
|
}
|
|
};
|