mirror of
https://github.com/wassname/talk.git
synced 2026-07-09 15:54:22 +08:00
8 lines
110 B
JavaScript
8 lines
110 B
JavaScript
import LoveButton from './LoveButton';
|
|
|
|
export default {
|
|
slots: {
|
|
commentReactions: [LoveButton]
|
|
}
|
|
};
|