mirror of
https://github.com/wassname/talk.git
synced 2026-09-12 13:01:11 +08:00
Plugins renaming
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import LikeButton from './LikeButton';
|
||||
import translations from './translations.yml';
|
||||
|
||||
export default {
|
||||
translations,
|
||||
slots: {
|
||||
commentReactions: [LikeButton]
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user