mirror of
https://github.com/wassname/talk.git
synced 2026-07-08 22:55:54 +08:00
12 lines
296 B
JavaScript
12 lines
296 B
JavaScript
import OffTopicCheckbox from './components/OffTopicCheckbox';
|
|
import OffTopicTag from './components/OffTopicTag';
|
|
import translations from './translations.json';
|
|
|
|
export default {
|
|
translations,
|
|
slots: {
|
|
commentInputDetailArea: [OffTopicCheckbox],
|
|
commentInfoBar: [OffTopicTag]
|
|
}
|
|
};
|