mirror of
https://github.com/wassname/talk.git
synced 2026-07-03 12:04:02 +08:00
8 lines
121 B
JavaScript
8 lines
121 B
JavaScript
import LikeButton from './containers/LikeButton';
|
|
|
|
export default {
|
|
slots: {
|
|
commentReactions: [LikeButton]
|
|
}
|
|
};
|