mirror of
https://github.com/wassname/talk.git
synced 2026-06-30 03:31:01 +08:00
10 lines
202 B
JavaScript
10 lines
202 B
JavaScript
import SubscriberBadge from './containers/SubscriberBadge';
|
|
import translations from './translations.yml';
|
|
|
|
export default {
|
|
translations,
|
|
slots: {
|
|
commentAuthorTags: [SubscriberBadge],
|
|
},
|
|
};
|