mirror of
https://github.com/wassname/talk.git
synced 2026-06-30 09:42:04 +08:00
10 lines
232 B
JavaScript
10 lines
232 B
JavaScript
import OffTopicCheckbox from './components/OffTopicCheckbox';
|
|
import OffTopicTag from './components/OffTopicTag';
|
|
|
|
export default {
|
|
slots: {
|
|
commentInputDetailArea: [OffTopicCheckbox],
|
|
commentInfoBar: [OffTopicTag]
|
|
}
|
|
};
|