mirror of
https://github.com/wassname/talk.git
synced 2026-06-29 01:28:36 +08:00
10 lines
173 B
JavaScript
10 lines
173 B
JavaScript
import LoveButton from './LoveButton';
|
|
import translations from './translations.yml';
|
|
|
|
export default {
|
|
translations,
|
|
slots: {
|
|
commentReactions: [LoveButton]
|
|
}
|
|
};
|