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