mirror of
https://github.com/wassname/talk.git
synced 2026-07-04 07:36:00 +08:00
10 lines
226 B
JavaScript
10 lines
226 B
JavaScript
import OffTopicCheckbox from './components/OffTopicCheckbox';
|
|
import OffTopicTag from './components/OffTopicTag';
|
|
|
|
export default {
|
|
slots: {
|
|
commentBoxDetail: [OffTopicCheckbox],
|
|
commentInfoBar: [OffTopicTag]
|
|
}
|
|
};
|